aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-13 10:41:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-13 10:41:31 +0000
commited3b53d5c76f6f631141962ec0318832f7103698 (patch)
tree0672be07eb746e02b66502c5a615f7948fcf3eb6 /src/prefs_common.h
parentc39ae22ff8abe554f3a80208b9a2434296b3e26f (diff)
integrated junk filter setting into common prefs.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@336 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 336f8a50..266b8e6f 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -191,7 +191,9 @@ struct _PrefsCommon
gboolean enable_junk;
gchar *junk_learncmd;
gchar *nojunk_learncmd;
+ gchar *junk_classify_cmd;
gchar *junk_folder;
+ gboolean filter_junk_on_recv;
#if USE_GPGME
/* Privacy */
@@ -233,6 +235,7 @@ struct _PrefsCommon
/* Filtering */
GSList *fltlist;
+ GSList *junk_fltlist;
/* Actions */
GSList *actions_list;