]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
tuiconfig for RSS feed reader
[citadel.git] / citadel / citadel.c
index 4a71ccc0ee34aeb2289a369383891ed4a37724ff..503bb743889c290bf4bb75a12a39fa506d92faed 100644 (file)
@@ -2292,6 +2292,10 @@ NEWUSR:  if (IsEmptyStr(rc_password)) {
                                do_pop3client_configuration(ipc);
                                break;
 
+                       case 128:           /* Configure XML/RSS feed retrieval */
+                               do_rssclient_configuration(ipc);
+                               break;
+
                        default: /* allow some math on the command */
                                /* commands 100... to 100+MAX_EDITORS-1 will
                                   call the appropriate editor... in other