2005-04-29 [colin] 1.9.6cvs46
[claws.git] / src / prefs_common.h
index d1de37d0a021768cc5d88177c3e90b91cc021f3d..a9c9a4449ad5b4726b0da3fb5ec24773646742e8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
  *
  * 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
@@ -136,6 +136,11 @@ struct _PrefsCommon
        gchar *smallfont;
        gchar *titlefont;
 
+       /* image viewer */
+       gboolean display_img;
+       gboolean resize_img;
+       gboolean inline_img;
+
        gboolean trans_hdr;
        gboolean display_folder_unread;
        gint ng_abbrev_len;
@@ -226,6 +231,7 @@ struct _PrefsCommon
        gboolean display_header_pane;
        gboolean display_header;
        gint line_space;
+       gboolean render_html;
        gboolean enable_smooth_scroll;
        gint scroll_step;
        gboolean scroll_halfpage;
@@ -303,6 +309,9 @@ struct _PrefsCommon
        gulong color_new;
        
        GList *summary_quicksearch_history;
+       
+       gint filteringwin_width;
+       gint filteringwin_height;
 };
 
 extern PrefsCommon prefs_common;