summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-09-24 05:48:14 +0000
committerMichael Zucci <zucchi@src.gnome.org>2002-09-24 05:48:14 +0000
commitd1eb8df7868ebb59d96f29469f735d2461c03e52 (patch)
treeedb750e159becdff469fcbe0793836a85a4d0640
parent5de5dd868ae3236199d2f9629b97927b45d55457 (diff)
downloadevolution-data-server-d1eb8df7868ebb59d96f29469f735d2461c03e52.tar.gz
Changed the Mailing-List rule to get the complete domain (* in wrong
2002-09-24 Not Zed <NotZed@Ximian.com> * camel-mime-utils.c (mail_list_magic[]): Changed the Mailing-List rule to get the complete domain (* in wrong spot). #31087.
-rw-r--r--camel/ChangeLog3
-rw-r--r--camel/camel-mime-utils.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ac6d0eb5e..a58e1b201 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2002-09-24 Not Zed <NotZed@Ximian.com>
+ * camel-mime-utils.c (mail_list_magic[]): Changed the Mailing-List
+ rule to get the complete domain (* in wrong spot). #31087.
+
* camel-text-index.c (text_index_compress_nosync): If we have no
data written to a key, dont add it, or its partition header.
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index f1a3792f6..379721568 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -3750,7 +3750,7 @@ static struct {
/* List-Post: <mailto:gnome-hackers> */
{ "List-Post", " *<mailto:([^@>]+)@?([^ \n\t\r>]*)" },
/* Mailing-List: list gnome-hackers@gnome.org; contact gnome-hackers-owner@gnome.org */
- { "Mailing-List", " *list ([^@]+)@?([^ \n\t\r>;])*" },
+ { "Mailing-List", " *list ([^@]+)@?([^ \n\t\r>;]*)" },
/* Originator: gnome-hackers@gnome.org */
{ "Originator", " *([^@]+)@?([^ \n\t\r>]*)" },
/* X-List: gnome-hackers */