diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-21 07:21:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-21 07:21:09 +0800 |
commit | 6e9e87ae5bd8477b129fe399a59e8390aca186c8 (patch) | |
tree | 880a3226f9a6450e7b285789be09253f3474df88 /mail/evolution-mail.schemas | |
parent | 2dc71ef71ea9d11e3dd54c5c100be53c4091adea (diff) | |
download | gsoc2013-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/evolution-mail.schemas')
-rw-r--r-- | mail/evolution-mail.schemas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas index 9ef63074b7..0f1a6ec232 100644 --- a/mail/evolution-mail.schemas +++ b/mail/evolution-mail.schemas @@ -195,7 +195,7 @@ <applyto>/apps/evolution/mail/display/show_deleted</applyto> <owner>evolution-mail</owner> <type>bool</type> - <default>true</default> + <default>false</default> <locale name="C"> <short>Show deleted messages in the message-list</short> <long> @@ -223,7 +223,7 @@ <applyto>/apps/evolution/mail/display/paned_size</applyto> <owner>evolution-mail</owner> <type>long</type> - <default>130</default> + <default>144</default> <locale name="C"> <short>Height of the message-list pane</short> <long> |