aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-22 08:33:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-22 08:33:15 +0000
commit5160f092433264a840703291f90daee43e409ad8 (patch)
tree5800ff5758ce3fdc098abed2147f0227ade58edf /src/prefs_common_dialog.c
parent848b4a5395260d1fb90407fe2ceec1c48485dafa (diff)
modified 'filter sent messages'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@773 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 0f851a4b..cca53a94 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -854,6 +854,7 @@ static void prefs_send_create(void)
_("Save sent messages to outbox"));
PACK_CHECK_BUTTON (vbox2, checkbtn_filter_sent,
_("Apply filter rules to sent messages"));
+ SET_TOGGLE_SENSITIVITY (checkbtn_savemsg, checkbtn_filter_sent);
hbox1 = gtk_hbox_new (FALSE, 8);
gtk_widget_show (hbox1);