2004-11-12 [paul] 0.9.12cvs146.1
[claws.git] / src / prefs_account.h
index 09d09a698b717da5cea587f28f4b4007fd11b06a..7f8cce8f9825f4fb81294dffbb922a293e66fd4e 100644 (file)
@@ -28,8 +28,8 @@ typedef struct _PrefsAccount  PrefsAccount;
 
 typedef enum {
        A_POP3,
-       A_APOP,
-       A_RPOP,
+       A_APOP, /* deprecated */
+       A_RPOP, /* deprecated */
        A_IMAP4,
        A_NNTP,
        A_LOCAL,
@@ -82,6 +82,7 @@ struct _PrefsAccount
        gchar *tmp_pass;
 
        /* Receive */
+       gboolean use_apop_auth;
        gboolean rmmail;
        gint msg_leave_time;
        gboolean getall;