aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-08-07 12:14:47 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-08-07 12:14:47 +0800
commit91ef40e627d3605086f34402afc4b4b3e307bbec (patch)
tree670e2a6fa25b20d9306538366566b1f0d03784dc /mail
parentf5b0266037111d109d63df72064fe3ee0ddd7dcd (diff)
downloadgsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.tar
gsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.tar.gz
gsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.tar.bz2
gsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.tar.lz
gsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.tar.xz
gsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.tar.zst
gsoc2013-evolution-91ef40e627d3605086f34402afc4b4b3e307bbec.zip
Set the week start day from the calendar prefs, do same for 24 hour
2002-08-07 Not Zed <NotZed@Ximian.com> * message-tag-followup.c (target_date_new): Set the week start day from the calendar prefs, do same for 24 hour format. See #23423. svn path=/trunk/; revision=17728
Diffstat (limited to 'mail')
-rw-r--r--mail/folder-browser-ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c
index c26997453e..0328c9f917 100644
--- a/mail/folder-browser-ui.c
+++ b/mail/folder-browser-ui.c
@@ -195,9 +195,9 @@ struct _UINode {
struct _UINode default_ui_nodes[] = {
{ "ViewLoadImages", IS_ANY_FOLDER | SELECTION_SINGLE },
- { "ViewFullHeaders", IS_ANY_FOLDER | SELECTION_ANYTHING },
- { "ViewNormal", IS_ANY_FOLDER | SELECTION_ANYTHING },
- { "ViewSource", IS_ANY_FOLDER | SELECTION_ANYTHING },
+ { "ViewFullHeaders", IS_ANY_FOLDER | SELECTION_ANYTHING|SELECTION_NONE },
+ { "ViewNormal", IS_ANY_FOLDER | SELECTION_ANYTHING|SELECTION_NONE },
+ { "ViewSource", IS_ANY_FOLDER | SELECTION_ANYTHING|SELECTION_NONE },
{ "AddSenderToAddressbook", IS_INCOMING_FOLDER | SELECTION_SINGLE },