aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-26 11:14:56 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-26 11:14:56 +0000
commitb539e5dffe69a583b88058dd990d01833b5a87f3 (patch)
treebc0c5a406cd766f43032b92b2e52b31cfea0973b /libsylph/prefs_common.h
parent9aa18447c97fffa8f46dbc8752ddf3b5dcbdd4f1 (diff)
added a setting to delete filtered junk mails from server.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@689 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index fb5bd94d..10eb1d46 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -191,6 +191,7 @@ struct _PrefsCommon
gchar *junk_classify_cmd;
gchar *junk_folder;
gboolean filter_junk_on_recv;
+ gboolean delete_junk_on_recv;
/* Privacy */
gboolean auto_check_signatures;