move signature settings to Account Prefs
[claws.git] / src / prefs_account.h
index 69e5d0b07b3b5837f6779a61495bd55cb160beb9..99b719d5047a29480784be399f19a6b4fc6aba7f 100644 (file)
@@ -87,6 +87,7 @@ struct _PrefsAccount
        gchar *smtp_server;
        gchar *nntp_server;
        gboolean use_nntp_auth;
+       gboolean use_nntp_auth_onconnect;
        gchar *userid;
        gchar *passwd;
 
@@ -139,7 +140,9 @@ struct _PrefsAccount
        GSList *customhdr_list;
 
        /* Compose */
-       gchar *sig_path;
+       gchar    *sig_path;
+       gboolean  auto_sig;
+       gchar    *sig_sep;
        gboolean  set_autocc;
        gchar    *auto_cc;
        gboolean  set_autobcc;