diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 4 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 912b9202a0..cdaadd7420 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2007-05-15 Srinivasa Ragavan <sragavan@novell.com> + + * evolution-mail-global.xml: Menu for sync for offline + * evolution-mail-list.xml: F5 as shortcut for folder refresh. + 2007-05-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #325966 from Christian Neumair diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index fd1d514167..43dba0616c 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -41,6 +41,7 @@ <cmd name="ViewAfter" _label="_Vertical View" type="radio" group="preview_display" _tip="Show message preview side-by-side with the message list"/> + <cmd name="PrepareForOffline" _label="Download messages for Offline" _tip="Download messages of accounts/folders marked for offline"/> </commands> <keybindings> @@ -52,7 +53,8 @@ <submenu name="File"> <placeholder name="EmptyTrashPlaceholder"> <menuitem name="EmptyTrash" verb="" _label="Empty _Trash"/> - </placeholder> + <menuitem name="PrepareForOffline" verb="" _label="Download messages for offline"/> + </placeholder> </submenu> <submenu name="View" _label="_View"> diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index c8d06fdf69..11cfe7c439 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -41,7 +41,7 @@ _tip="Change the name of this folder" accel="F2"/> <cmd name="FolderRefresh" - _tip="Refresh the folder"/> + _tip="Refresh the folder" accel="F5"/> <cmd name="HideDeleted" _tip="Hide deleted messages rather than displaying them with a line through them" |