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:
@ -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.
|
||||
|
@ -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> */
|
||||
|
Reference in New Issue
Block a user