]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_pop3.h
mk_module_init.sh now tests to see if echo supports -e and -E
[citadel.git] / citadel / serv_pop3.h
index 40b527c0cd3d9fb88fba4b900ae04c95cb5a11a7..8c73f689d0d2bd796c010aecb6e2e30694d2180d 100644 (file)
@@ -7,7 +7,6 @@ struct pop3msg {
        long msgnum;
        size_t rfc822_length;
        int deleted;
-       FILE *temp;
 };
 
 struct citpop3 {               /* Information about the current session */
@@ -21,7 +20,7 @@ struct citpop3 {              /* Information about the current session */
                                 * incremented by one.
                                 */
 
-#define POP3 ((struct citpop3 *)CtdlGetUserData(SYM_POP3))
+#define POP3 CC->POP3
 
 void pop3_cleanup_function(void);
 void pop3_greeting(void);