]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
Lotsa stuff. See the changeLog for more details.
[citadel.git] / citadel / citserver.c
index 1ab8a0f58256f097846627e4e27ded547a697867..07b23e84040d6824d7550193867491c39f9c06a4 100644 (file)
@@ -176,6 +176,7 @@ void cmd_info(void) {
        cprintf("%d\n",SERVER_TYPE);
        cprintf("%s\n",config.c_moreprompt);
        cprintf("1\n"); /* 1 = yes, this system supports floors */
+       cprintf("1\n"); /* 1 = we support the extended paging options */
        cprintf("000\n");
        }