Remove an extra * in one of the regexps that glibc apparently doesn't mind

* camel-mime-utils.c (mail_list_magic): Remove an extra * in one
	of the regexps that glibc apparently doesn't mind but bsd does.

svn path=/trunk/; revision=13942
This commit is contained in:
Dan Winship
2001-10-23 16:18:47 +00:00
parent e60fb1655f
commit 66efbe69a2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-23 Dan Winship <danw@ximian.com>
* camel-mime-utils.c (mail_list_magic): Remove an extra * in one
of the regexps that glibc apparently doesn't mind but bsd does.
2001-10-23 <NotZed@Ximian.com>
* providers/local/camel-mbox-summary.c: made d(x) x recompile again.

View File

@ -3653,7 +3653,7 @@ static struct {
/* X-Mailing-List: gnome-hackers@gnome.org */
/* X-Mailing-List: gnome-hackers */
/* X-Mailing-List: <gnome-hackers> */
{ "X-Mailing-List", " <?*([^@>]+)@?([^ \n\t\r>]*)" },
{ "X-Mailing-List", " <?([^@>]+)@?([^ \n\t\r>]*)" },
/* X-Loop: gnome-hackers@gnome.org */
{ "X-Loop", " *([^@]+)@?([^ \n\t\r>]*)" },
/* List-Id: GNOME stuff <gnome-hackers.gnome.org> */