aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-16 01:56:04 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-16 01:56:04 +0800
commit2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602 (patch)
treef339a9898e2190e6cbbce2a6de10c03575cce417 /ui
parentdee0179a9802c423c54533175739a7e8acc1e25b (diff)
downloadgsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.tar
gsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.tar.gz
gsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.tar.bz2
gsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.tar.lz
gsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.tar.xz
gsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.tar.zst
gsoc2013-evolution-2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602.zip
Fix for offline improvements
svn path=/trunk/; revision=33547
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-global.xml4
-rw-r--r--ui/evolution-mail-list.xml2
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"