diff options
-rw-r--r-- | ui/ChangeLog | 3 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 963bc6c3de..ca522c50ea 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,8 @@ 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + * evolution-mail-message.xml: Copy and Move to Folder now require + the Shift key. + * evolution-mail-list.xml: Changed the Expunge accel to ^E instead of ^X since ^X is Cut and reveresed the order of the Cut/Copy/Paste and Select* menu item groups. diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 7602683a91..9c602f31aa 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -34,7 +34,7 @@ <cmd name="MessageCopy" _tip="Copy selected messages to another folder" - accel="*Control*c" + accel="*Control**Shift*c" pixtype="pixbuf" /> <cmd name="MessageDelete" @@ -67,7 +67,7 @@ <cmd name="MessageMove" _tip="Move selected messages to another folder" - accel="*Control*m" + accel="*Control**Shift*m" pixtype="pixbuf"/> <cmd name="MessageOpen" |