From 0eb8afc1d0cfa27d020a4191f44e400c714d190c Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Fri, 13 Apr 2001 22:08:03 +0000 Subject: Make the (previously unused) get-source command actually do the right 2001-04-13 Jon Trowbridge * camel-filter-search.c (get_source): Make the (previously unused) get-source command actually do the right thing, properly shrouding any passed-in source and falling back to use the source attached to the mime message. 2001-04-13 Jon Trowbridge * filtertypes.xml: Add XML specs for source account filtering. * filter-element.c (filter_element_new_type_name): Recognize type "source", construct a FilterSource. * filter-source.c: Added. A FilterElement for the account e-mail comes from. svn path=/trunk/; revision=9304 --- filter/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filter/Makefile.am') diff --git a/filter/Makefile.am b/filter/Makefile.am index ba3afe8240..e1245f599b 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -49,6 +49,8 @@ libfilter_la_SOURCES = \ filter-rule.h \ filter-score.c \ filter-score.h \ + filter-source.h \ + filter-source.c \ rule-context.c \ rule-context.h \ rule-editor.c \ -- cgit v1.2.3