aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-02 08:42:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-02 08:42:46 +0000
commit2ad5e2325437bb1a5f86fcd629226b433db0488c (patch)
tree315d8bd7d4e6c0bfb9f878d29438e5c20ff842b6 /src/prefs_common.h
parent937f0227970b779c01b562630b86bf4d554a320c (diff)
added a feature for junk mail control.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@306 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index e0e53aa9..95dd31b7 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -186,6 +186,12 @@ struct _PrefsCommon
GList *mime_open_cmd_history;
+ /* Junk Mail */
+ gboolean enable_junk;
+ gchar *junk_learncmd;
+ gchar *nojunk_learncmd;
+ gchar *junk_folder;
+
#if USE_GPGME
/* Privacy */
gboolean auto_check_signatures;