* initiall sieve listing support. authentication works now, we at least answer with...
[citadel.git] / citadel / config.h
index 79185a401ae6cc4945899e8454329f9b94d66539..d29076eec55e36b48d3fd55dfbfc0eae99ec69d0 100644 (file)
@@ -74,6 +74,8 @@ struct config {
        char c_journal_dest[128];       /* Where to send journalized msgs   */
        char c_default_cal_zone[128];   /* Default calendar time zone       */
        int c_pftcpdict_port;           /* postfix tcptable support, see http://www.postfix.org/tcp_table.5.html */
+       int c_managesieve_port;         /* managesieve port. */
+
 };