Fix for offline improvements
svn path=/trunk/; revision=33547
This commit is contained in:
@ -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
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user