2009-03-30 [colin] 3.7.1cvs30
[claws.git] / src / prefs_account.h
index 8770530b207ff31e00652dcb577041393bf0fee5..a737d02efda11add745940770f19f23a6324eccf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -69,6 +69,7 @@ struct _PrefsAccount
        gboolean use_nntp_auth_onconnect;
        gchar *userid;
        gchar *passwd;
+       gchar *session_passwd;
 
        gchar * local_mbox;
        gboolean use_mail_command;
@@ -86,9 +87,6 @@ struct _PrefsAccount
 
        gboolean use_nonblocking_ssl;
 
-       /* Temporarily preserved password */
-       gchar *tmp_pass;
-
        /* Receive */
        gboolean use_apop_auth;
        gboolean rmmail;
@@ -113,9 +111,7 @@ struct _PrefsAccount
        SMTPAuthType smtp_auth_type;
        gchar *smtp_userid;
        gchar *smtp_passwd;
-
-       /* Temporarily preserved password */
-       gchar *tmp_smtp_pass;
+       gchar *session_smtp_passwd;
 
        gboolean pop_before_smtp;
        gint pop_before_smtp_timeout;
@@ -187,6 +183,7 @@ struct _PrefsAccount
        gchar *imap_dir;
        gboolean imap_subsonly;
        gboolean low_bandwidth;
+       gboolean imap_use_trash;
 
        gboolean set_sent_folder;
        gchar *sent_folder;