aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-13 23:37:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-13 23:37:54 +0800
commitc22062eb58d8b15321d9c0dcc3c3bf02574ecc19 (patch)
tree285e1af34681dfa94d36853c8a2e8f8202f6927c /mail/Makefile.am
parent6ab7885bbe8a546cc9d5ebb585f0de420b6510eb (diff)
downloadgsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.tar
gsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.tar.gz
gsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.tar.bz2
gsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.tar.lz
gsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.tar.xz
gsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.tar.zst
gsoc2013-evolution-c22062eb58d8b15321d9c0dcc3c3bf02574ecc19.zip
Add a stripsig filter. Fixes bug #52767.
2004-05-13 Jeffrey Stedfast <fejj@novell.com> * em-format-quote.c (emfq_text_plain): Add a stripsig filter. Fixes bug #52767. * em-stripsig-filter.[c,h]: New filter class to strip signatures. Useful when generating forwards/replies. svn path=/trunk/; revision=25902
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 6d9f0c7f73..6aacd80cb6 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -92,6 +92,8 @@ libevolution_mail_la_SOURCES = \
em-format-html-print.h \
em-format-html-quote.c \
em-format-html-quote.h \
+ em-stripsig-filter.c \
+ em-stripsig-filter.h \
em-format-quote.c \
em-format-quote.h \
em-message-browser.c \