diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-04-26 14:04:06 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-04-26 14:04:06 +0800 |
commit | e2284d39ddc5a7199d7186dec3fb7877e1b20ac5 (patch) | |
tree | 4521e5e8ea9de757c3a0369413f1e3e1b4774353 /ui | |
parent | cd0ca6cdb7a4c30a32e87b1ea4b0af9b50b2d5e9 (diff) | |
download | gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.tar gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.tar.gz gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.tar.bz2 gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.tar.lz gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.tar.xz gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.tar.zst gsoc2013-evolution-e2284d39ddc5a7199d7186dec3fb7877e1b20ac5.zip |
Added "MessageSearch" verb.
2001-04-26 Jon Trowbridge <trow@ximian.com>
* folder-browser-factory.c: Added "MessageSearch" verb.
* mail-callbacks.c (search_msg): Added search callback.
(are_you_sure): Added some casts to fix compiler warnings.
* mail-search.c: Added. A simple search-in-message widget,
that uses GtkHTML's searching capabilities.
2001-04-26 Jon Trowbridge <trow@ximian.com>
* evolution-mail.xml: Added "Search Message" to "View" menu.
svn path=/trunk/; revision=9575
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 4dc8d0070a..a26a4f34c8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-04-26 Jon Trowbridge <trow@ximian.com> + + * evolution-mail.xml: Added "Search Message" to "View" menu. + 2001-04-16 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Rename "New View" to "New Window" as suggested in diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index ef84a62ecf..de7feacba8 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -187,6 +187,11 @@ <submenu name="View"> <separator/> + + <menuitem name="MessageSearch" verb="" + _label="S_earch Message" accel="*Control*e"/> + + <separator/> <menuitem name="Threaded" verb="ViewThreaded" accel="*Control*t"/> |