[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sb-heise.el patch
On Sun, 20 Mar 2005 08:24:19 +0900 Katsumi Yamaoka wrote:
2005-03-21 David Hansen <david.hansen@physik.fu-berlin.de>
* sb-heise.el (shimbun-heise-get-telepolis-headers): Fixed broken
message id.
--- cvs-src/emacs-w3m/shimbun/sb-heise.el 2005-03-20 00:50:09.000000000 +0100
+++ share/emacs/site-lisp/w3m/sb-heise.el 2005-03-21 04:36:56.236444952 +0100
@@ -101,7 +101,8 @@
(save-match-data
(while (re-search-forward shimbun-heise-url-re limit t)
(let ((url (match-string 1))
- (mid (concat (match-string 2) "x" (match-string 3)))
+ (mid (concat "<" (match-string 2) "x"
+ (match-string 3) "@heise.de>"))
(subj (match-string 4)))
(when (shimbun-search-id shimbun mid)
(throw 'stop nil))