aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-16 15:41:03 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-16 15:41:03 +0000
commitaec3cd7cc64a45d1f4892de02c9c66d7774207ae (patch)
tree561de213b01773c1a206d46c78fd35a652d5c01b /main.c
parent* NEWS: rc: preserve_timestamp (diff)
downloadw3m-aec3cd7cc64a45d1f4892de02c9c66d7774207ae.tar.gz
w3m-aec3cd7cc64a45d1f4892de02c9c66d7774207ae.zip
[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 <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
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 <signal.h>
@@ -4622,7 +4622,7 @@ void
chkNMIDBuffer(Buffer *buf)
{
static char *url_like_pat[] = {
- "<[^<> ][^<> ]*@[A-z0-9\\.\\-_]+>",
+ "<[!-;=?-~]+@[A-z0-9\\.\\-_]+>",
NULL,
};
int i;