From aec3cd7cc64a45d1f4892de02c9c66d7774207ae Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 16 Dec 2002 15:41:03 +0000 Subject: [w3m-dev 03576] Re: news support * anchor.c (_put_anchor_news): convert to document code and quote (_put_anchor_all): convert to document code * main.c (chkNMIDBuffer): change url_like_pat From: Hironori SAKAMOTO --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 9eea040..613b8e4 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.169 2002/12/13 02:19:01 ukai Exp $ */ +/* $Id: main.c,v 1.170 2002/12/16 15:41:35 ukai Exp $ */ #define MAINPROGRAM #include "fm.h" #include @@ -4622,7 +4622,7 @@ void chkNMIDBuffer(Buffer *buf) { static char *url_like_pat[] = { - "<[^<> ][^<> ]*@[A-z0-9\\.\\-_]+>", + "<[!-;=?-~]+@[A-z0-9\\.\\-_]+>", NULL, }; int i; -- cgit v1.2.3