* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / serv_imap.h
index 217b62f6f9ccd05a522071d7e6d918f249b7465d..c03ce5376e0c4d9c5aab23bbe7e6b65c38fb5804 100644 (file)
@@ -11,7 +11,7 @@ void imap_command_loop(void);
 
 struct citimap {
        int authstate;
-       char authseq[256];
+       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 */