aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */
843035eea9d002a1991cf57b8c8c617c6f55b1f'>- Update enlightenment-devel and EFL libraries to the latest snapshotstas2008-03-123-23/+56 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - bsd.efl.mk is now in ports/Mkpav2007-03-241-3/+1 * - Update e17 ports to 20070223 snapshotstas2007-03-114-25/+5 * - Move to LOCALBASEstas2006-10-084-43/+15 * Fix an error in plistalexbl2006-09-151-0/+2 er?h=mate-1.18&id=3ee20a81fbe38cbba4000ad893e1ac81e953f2eb'>BROKEN with gcc 4.2kris2007-05-271-0/+4 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Move audio/lopster to net-p2p/lopsterpav2007-01-281-1/+1 * Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1 * - Add some SHA256 checksumspav2005-11-241-0/+1 * Reset maintainer, does not respond to mails for 19 days. Since a fewehaupt2005-10-291-1/+1 * WITH_OGG vs. WITH_LIBOGG in some portsedwin2005-10-141-4/+4 * - Provide option to turn off zlibpav2005-07-312-2/+35 * - Update to 1.2.2.flz2005-04-043-49/+47 * - Distfile was rerolled with few non-critical changes (diff have 106 lines).pav2004-07-262-4/+4 * Update to 1.2.1krion2004-07-235-39/+12 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-121-1/+1 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Catch up with libogg/libvorbis version bump.naddy2003-12-211-1/+1 * portlint (whitespace cleanup)kris2003-10-271-2/+2 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1 * Chase the libintl.so shared lib version.marcus2003-08-251-1/+1 * Fix a Crash.arved2003-05-122-2/+45 * Update to 1.2.0arved2003-04-158-61/+17