From 83b4aa2b1d586cd9014394343b303d71e31ad3b8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 14 Mar 2001 06:16:28 +0000 Subject: Check for a new type of mailing list header. 2001-03-14 Jeffrey Stedfast * camel-mime-utils.c: Check for a new type of mailing list header. svn path=/trunk/; revision=8702 --- camel/ChangeLog | 4 ++++ camel/camel-mime-utils.c | 1 + camel/camel-tcp-stream-raw.c | 1 + 3 files changed, 6 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 12ee379fde..c807431ae7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2001-03-14 Jeffrey Stedfast + + * camel-mime-utils.c: Check for a new type of mailing list header. + 2001-03-13 Jeffrey Stedfast * camel-tcp-stream-raw.c (stream_read): Made cancellable. diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index 31b90c8417..b2abb59ef4 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -2966,6 +2966,7 @@ static struct { char *pattern; } mail_list_magic[] = { { "Sender", " *owner-([^@]+)" }, + { "Return-Path", " *owner-([^@]+)" }, { "X-BeenThere", " *([^@]+)" }, { "Delivered-To", " *mailing list ([^@]+)" }, { "X-Mailing-List", " *([^@]+)" }, diff --git a/camel/camel-tcp-stream-raw.c b/camel/camel-tcp-stream-raw.c index fcf087fbd8..2580f1a7e5 100644 --- a/camel/camel-tcp-stream-raw.c +++ b/camel/camel-tcp-stream-raw.c @@ -336,6 +336,7 @@ stream_connect (CamelTcpStream *stream, struct hostent *host, int port) return 0; } + static int get_sockopt_level (const CamelSockOptData *data) { -- cgit v1.2.3