aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-07 08:52:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-07 08:52:01 +0000
commitbfed07b21a7b4f1b7b5eebd99e469a717a81be26 (patch)
tree9b30bc8bb89cd22261d6285db70d8669b8a4fc64 /src/prefs_common.h
parent7f0a8d80fdb7ad6a254bbfa5eb8af0f21f206067 (diff)
added an option to apply filter rules to sent messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@317 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 95dd31b7..336f8a50 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -64,6 +64,7 @@ struct _PrefsCommon
gboolean use_extsend;
gchar *extsend_cmd;
gboolean savemsg;
+ gboolean filter_sent;
gchar *outgoing_charset;
TransferEncodingMethod encoding_method;