diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-17 05:57:52 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-17 05:57:52 +0800 |
commit | 5a34c99b818e20512a2d01242d36cb9768f15e18 (patch) | |
tree | 8f624604987d17fb2fad4c2211e4ea5e5b4ba7b5 | |
parent | 5c7afa96f033ea6092586bda51e960b51bc9c98c (diff) | |
download | gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.tar gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.tar.gz gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.tar.bz2 gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.tar.lz gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.tar.xz gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.tar.zst gsoc2013-evolution-5a34c99b818e20512a2d01242d36cb9768f15e18.zip |
Stop search message from conflicting with expunge.
2001-08-16 Peter Williams <peterw@ximian.com>
* evolution-mail-message.xml: Stop search message from conflicting
with expunge.
svn path=/trunk/; revision=12129
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index a2e3784f63..4addb29816 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-08-16 Peter Williams <peterw@ximian.com> + + * evolution-mail-message.xml: Stop search message from conflicting + with expunge. + 2001-08-16 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: add save menu item @@ -10,7 +15,6 @@ * evolution-mail-message.xml : removed the Print Setup menu item, and changed Print Message to Print for consistency's sake. - 2001-08-16 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help" diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 9c2e2a8c2b..bf8e7aebd0 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -106,7 +106,6 @@ <cmd name="MessageSearch" _tip="Search for text in the body of the displayed message" - accel="*Control*e" pixtype="pixbuf"/> <cmd name="MessageUndelete" |