diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 3 | ||||
-rw-r--r-- | camel/camel-mime-utils.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 61a7327904..c150ac3729 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-06-29 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-utils.c: Added Originator: header as a header to look + for when looking for the mailing list. + * tests/mime-filter/Makefile.am: Build the test-crlf test program. * tests/mime-filter/test-crlf.c: New test suite for the crlf diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index 91f89b5947..70b0a3f60a 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -3489,6 +3489,7 @@ static struct { { "X-Loop", " *([^@]+)" }, { "List-Id", " *([^<]+)" }, { "Mailing-List", " *list ([^@]+)" }, + { "Originator", " *([^@]+)" }, }; char * |