]> code.citadel.org Git - citadel.git/blobdiff - citadel/include/dtds/config-defs.h
Added a global config setting to allow anonymous guest logins.
[citadel.git] / citadel / include / dtds / config-defs.h
index d14b3b4f49b242b46939fdb998313754ac6a6cbc..cb082da33201f5fa67c2936ded059b339fc4367f 100644 (file)
@@ -86,6 +86,7 @@ CFG_VALUE(STRING_BUF(c_pager_program, 256),   " External pager program (blank to
 CFG_VALUE(CHAR(c_imap_keep_from),              " IMAP keep original from header in msgs");
 CFG_VALUE(INTEGER(c_xmpp_c2s_port),            " XMPP client-to-server port (usually 5222)");
 CFG_VALUE(INTEGER(c_xmpp_s2s_port),            " XMPP server-to-server port (usually 5269)");
-CFG_VALUE(TIME(c_pop3_fetch),          " How often to fetch POP3 messages");
-CFG_VALUE(TIME(c_pop3_fastest),                " Users can specify POP3 fetching this often");
-CFG_VALUE(INTEGER(c_spam_flag_only),   " 1 = flag instead of reject spam");
+CFG_VALUE(TIME(c_pop3_fetch),                  " How often to fetch POP3 messages");
+CFG_VALUE(TIME(c_pop3_fastest),                        " Users can specify POP3 fetching this often");
+CFG_VALUE(INTEGER(c_spam_flag_only),           " 1 = flag instead of reject spam");
+CFG_VALUE(INTEGER(c_guest_logins),             " 1 = enable anonymous guest logins");