]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
* Citadel configuration screens in the text mode client
[citadel.git] / citadel / citadel.c
index d5c0b10590cc8fb1313a120457500ad845425b65..7d2b7b704fcd41be7eee1a87052cd5825bc72386 100644 (file)
@@ -38,6 +38,7 @@
 #include "axdefs.h"
 #include "routines.h"
 #include "routines2.h"
+#include "tuiconfig.h"
 #include "rooms.h"
 #include "messages.h"
 #include "commands.h"
@@ -2286,6 +2287,10 @@ NEWUSR:  if (IsEmptyStr(rc_password)) {
                         dotknown(ipc, 6, NULL);
                                 break;
 
+                       case 127:           /* Configure POP3 aggregation */
+                               do_pop3client_configuration(ipc);
+                               break;
+
                        default: /* allow some math on the command */
                                /* commands 100... to 100+MAX_EDITORS-1 will
                                   call the appropriate editor... in other