* Site-configurable option "Allow system Aides to gain access to mailboxes"
[citadel.git] / citadel / citadel.h
index 2880926b6dc4c68a5690ab9bec598c4eee6fa820..dbc155ea15b6d9966fddc82a6c6435ddb904037e 100644 (file)
@@ -119,6 +119,7 @@ struct config {
        int c_imap_port;                /* IMAP listener port (usually 143) */
        time_t c_net_freq;              /* how often to run the networker   */
        char c_disable_newu;            /* disable NEWU command             */
+       char c_aide_mailboxes;          /* give Aides access to mailboxes   */
 };
 
 #define NODENAME               config.c_nodename