X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_account.h;h=45ca63821e5e909c8dd9d38bd15268376e832a7e;hp=7254f482bf272437c7a9cdc21c2d522c6c14af3b;hb=f583120d381594a7083e89c10c4dfa602e3ee129;hpb=c2ffa64546f74d403e26cc344ba6d690d636166c diff --git a/src/prefs_account.h b/src/prefs_account.h index 7254f482b..45ca63821 100644 --- a/src/prefs_account.h +++ b/src/prefs_account.h @@ -79,6 +79,8 @@ struct _PrefsAccount gboolean recv_at_getall; gboolean filter_on_recv; + gchar *imap_dir; + /* Send */ gboolean add_date; gboolean gen_msgid; @@ -108,6 +110,11 @@ struct _PrefsAccount gushort smtpport; gboolean set_popport; gushort popport; +#if USE_SSL + gboolean pop_ssl; +#endif + gboolean set_imapport; + gushort imapport; gboolean set_nntpport; gushort nntpport; gboolean set_domain;