2005-11-27 [paul] 1.9.100cvs37
[claws.git] / src / prefs_common.h
index 6dac7d32a06e01f4a1f465ff0f8bfc77caee6387..873d3bcb615804bb23e52c43d5486d4120263233 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;
@@ -96,6 +97,7 @@ struct _PrefsCommon
        gint undolevels;
        gint linewrap_len;
        gboolean linewrap_quote;
+       gboolean linewrap_pastes;
        gboolean autowrap;
        gboolean linewrap_at_send;
        gboolean auto_exteditor;
@@ -140,7 +142,6 @@ struct _PrefsCommon
        gchar *widgetfont;
        gchar *textfont;
        gchar *normalfont;
-       gchar *boldfont;
        gchar *smallfont;
        gchar *titlefont;
 
@@ -155,6 +156,7 @@ struct _PrefsCommon
 
        gboolean show_searchbar;
        gboolean expand_thread;
+       gboolean swap_from;
        gboolean use_addr_book;
        gchar *date_format;
 
@@ -238,6 +240,7 @@ struct _PrefsCommon
        gboolean conv_mb_alnum;
        gboolean display_header_pane;
        gboolean display_header;
+       gboolean display_xface;
        gint line_space;
        gboolean render_html;
        gboolean textview_cursor_visible;
@@ -271,17 +274,18 @@ struct _PrefsCommon
        /* Interface */
        gboolean sep_folder;
        gboolean sep_msg;
+       gint statusbar_update_step;
        gboolean emulate_emacs;
        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;
@@ -318,10 +322,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;