2006-01-09 [paul] 1.9.100cvs126
[claws.git] / src / prefs_common.h
index de4910fb07890705d915ff217158f6306f6123c7..4fe0fae719d946a0d9613e28e9e53a5b0f96963d 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __PREFS_COMMON_H__
@@ -76,6 +76,7 @@ struct _PrefsCommon
        gboolean autochk_newmail;
        gint autochk_itv;
        gboolean chk_on_startup;
+       gboolean open_inbox_on_inc;
        gboolean newmail_notify_auto;
        gboolean newmail_notify_manu;
        gchar   *newmail_notify_cmd;
@@ -98,7 +99,6 @@ struct _PrefsCommon
        gboolean linewrap_quote;
        gboolean linewrap_pastes;
        gboolean autowrap;
-       gboolean linewrap_at_send;
        gboolean auto_exteditor;
        gboolean reply_account_autosel;
        gboolean default_reply_list;
@@ -236,9 +236,9 @@ struct _PrefsCommon
        gulong tgt_folder_col;
        gulong signature_col;
        gboolean recycle_quote_colors;
-       gboolean conv_mb_alnum;
        gboolean display_header_pane;
        gboolean display_header;
+       gboolean display_xface;
        gint line_space;
        gboolean render_html;
        gboolean textview_cursor_visible;
@@ -256,6 +256,7 @@ struct _PrefsCommon
        gchar *mime_audio_player;
        gchar *mime_open_cmd;
        gchar *attach_save_dir;
+       gchar *attach_load_dir;
 
        GList *mime_open_cmd_history;
 
@@ -277,13 +278,13 @@ struct _PrefsCommon
        gboolean always_show_msg;
        gboolean mark_as_read_on_new_window;
        gboolean mark_as_read_delay;
-       gboolean open_inbox_on_inc;
        gboolean immediate_exec;
        SelectOnEntry select_on_entry;
        NextUnreadMsgDialogShow next_unread_msg_dialog;
        gboolean add_address_by_click;
        gchar *pixmap_theme_path;
        int hover_timeout; /* msecs mouse hover timeout */
+       gboolean ask_mark_all_read;
 
        /* Other */
        gchar *uri_cmd;
@@ -320,10 +321,36 @@ struct _PrefsCommon
        gulong color_new;
        
        GList *summary_quicksearch_history;
-       
+
        gint filteringwin_width;
        gint filteringwin_height;
+       gint filteringactionwin_width;
+       gint filteringactionwin_height;
+       gint matcherwin_width;
+       gint matcherwin_height;
+       gint templateswin_width;
+       gint templateswin_height;
+       gint actionswin_width;
+       gint actionswin_height;
+       gint addressbookwin_width;
+       gint addressbookwin_height;
+       gint addressbookeditpersonwin_width;
+       gint addressbookeditpersonwin_height;
+       gint pluginswin_width;
+       gint pluginswin_height;
+       gint prefswin_width;
+       gint prefswin_height;
+       gint folderitemwin_width;
+       gint folderitemwin_height;
+       gint editaccountwin_width;
+       gint editaccountwin_height;
+       gint accountswin_width;
+       gint accountswin_height;
+       gint logwin_width;
+       gint logwin_height;
+
        gint warn_dnd;
+       gint broken_are_utf8;
 };
 
 extern PrefsCommon prefs_common;