From 2a8baa9d7c76e20afeb037ac735fa32698bddffc Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Thu, 5 Oct 2000 12:07:26 +0000 Subject: [PATCH] Fix. --- lisp/ChangeLog | 4 ++++ lisp/webmail.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02f908b2b..9b6658b00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-05 09:04:32 ShengHuo ZHU + + * webmail.el (webmail-hotmail-list): Fix. + 2000-10-05 Stefan Monnier * nnimap.el (require): cl. diff --git a/lisp/webmail.el b/lisp/webmail.el index a307f93d5..d8dcc1445 100644 --- a/lisp/webmail.el +++ b/lisp/webmail.el @@ -428,7 +428,7 @@ (setq site (match-string 1)) (webmail-error "list@1")) (goto-char (point-min)) - (if (re-search-forward "disk=\\([^&]+\\)&" nil t) + (if (re-search-forward "disk=\\([^&]*\\)&" nil t) (setq webmail-aux (concat "http://" site "/cgi-bin/HoTMaiL?disk=" (match-string 1))) -- 2.25.1