]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_imap.h
* Trying to fix IMAP brokenness on Linux-x64. Committing changes even
[citadel.git] / citadel / serv_imap.h
index 904a657c37a41335d33f5a0b2e51accee2093ab6..85b4e7a1aebe9500f5b5e6401268b6f0b6620c5a 100644 (file)
@@ -13,9 +13,9 @@ int imap_do_expunge(void);
 struct citimap {
        int authstate;
        char authseq[SIZ];
-       int selected;           /* set to 1 if in the SELECTED state */
-       int readonly;           /* mailbox is open read only */
-       int num_msgs;           /* Number of messages being mapped */
+       int selected;                   /* set to 1 if in the SELECTED state */
+       int readonly;                   /* mailbox is open read only */
+       int num_msgs;                   /* Number of messages being mapped */
        long *msgids;
        unsigned int *flags;
        char *transmitted_message;      /* for APPEND command... */