Added Alfons font selection patch
[claws.git] / src / prefs_common.h
index cfb9d01fc56fb489fa5105ddf75f0cbf38c7b4b8..226cd302185e19584c5135e8a266997524adfe53 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2001 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
@@ -66,6 +66,9 @@ struct _PrefsCommon
        /* Display */
        gchar *widgetfont;
        gchar *textfont;
+       gchar *smallfont;
+       gchar *boldfont;
+       gchar *normalfont;
        gboolean display_folder_unread;
        ToolbarStyle toolbar_style;
        gboolean show_statusbar;
@@ -73,6 +76,7 @@ struct _PrefsCommon
        gboolean enable_thread;
        gboolean enable_hscrollbar;
        gboolean swap_from;
+       gboolean use_addr_book;
        gchar *date_format;
 
        /* Filtering */
@@ -82,6 +86,7 @@ struct _PrefsCommon
        gboolean show_unread;
        gboolean show_mime;
        gboolean show_number;
+       gboolean show_score;
        gboolean show_size;
        gboolean show_date;
        gboolean show_from;
@@ -107,6 +112,7 @@ struct _PrefsCommon
        gint summary_col_date;
        gint summary_col_from;
        gint summary_col_subject;
+       gint summary_col_score;
 
        gint mainview_x;
        gint mainview_y;
@@ -142,6 +148,9 @@ struct _PrefsCommon
 
        gchar *force_charset;
 
+       gboolean show_other_header;
+       GSList *disphdr_list;
+
        /* MIME viewer */
        gchar *mime_image_viewer;
        gchar *mime_audio_player;
@@ -151,6 +160,7 @@ struct _PrefsCommon
        gboolean default_encrypt;
        gboolean default_sign;
         gboolean auto_check_signatures;
+        gboolean signature_popup;
        gboolean passphrase_grab;
        gchar *default_signkey;