aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-09-24 13:48:14 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-09-24 13:48:14 +0800
commitadfb8ab4d8c42af132cda089373dea014799dbec (patch)
tree1401853911160932856264bd19510db5962df455
parentc010a1394686dd9a9025347f8c7edd686b221a9e (diff)
downloadgsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.tar
gsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.tar.gz
gsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.tar.bz2
gsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.tar.lz
gsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.tar.xz
gsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.tar.zst
gsoc2013-evolution-adfb8ab4d8c42af132cda089373dea014799dbec.zip
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. svn path=/trunk/; revision=18192
-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 ac6d0eb5ea..a58e1b2017 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 f1a3792f60..3797215684 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 */