aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-04-26 14:04:06 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-04-26 14:04:06 +0800
commite2284d39ddc5a7199d7186dec3fb7877e1b20ac5 (patch)
tree4521e5e8ea9de757c3a0369413f1e3e1b4774353 /mail/Makefile.am
parentcd0ca6cdb7a4c30a32e87b1ea4b0af9b50b2d5e9 (diff)
downloadgsoc2013-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 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index ed3cdf3b2b..0fd1abb708 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -81,6 +81,8 @@ evolution_mail_SOURCES = \
mail-mt.h \
mail-ops.c \
mail-ops.h \
+ mail-search.c \
+ mail-search.h \
mail-search-dialogue.c \
mail-search-dialogue.h \
mail-send-recv.c \