aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-21 07:21:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-21 07:21:09 +0800
commit6e9e87ae5bd8477b129fe399a59e8390aca186c8 (patch)
tree880a3226f9a6450e7b285789be09253f3474df88 /mail/ChangeLog
parent2dc71ef71ea9d11e3dd54c5c100be53c4091adea (diff)
downloadgsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.tar
gsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.tar.gz
gsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.tar.bz2
gsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.tar.lz
gsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.tar.xz
gsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.tar.zst
gsoc2013-evolution-6e9e87ae5bd8477b129fe399a59e8390aca186c8.zip
Default to hiding deleted messages. Fixes bug #35929.
2003-01-20 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.schemas: Default to hiding deleted messages. Fixes bug #35929. * mail-preferences.c (entry_changed): Removed. (toggle_button_toggled): Removed. (settings_changed): New callback that replaces the two above. No need to have multiple callback functions when the signature is the same. svn path=/trunk/; revision=19532
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4cdda67e9c..9c2b8c1168 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2003-01-20 Jeffrey Stedfast <fejj@ximian.com>
+ * evolution-mail.schemas: Default to hiding deleted
+ messages. Fixes bug #35929.
+
+ * mail-preferences.c (entry_changed): Removed.
+ (toggle_button_toggled): Removed.
+ (settings_changed): New callback that replaces the two above. No
+ need to have multiple callback functions when the signature is the
+ same.
+
* folder-browser.c (folder_browser_toggle_hide_deleted): Don't
!atoi (state) for the message_list_set_hidedeleted() call.