From 09397c64b29d8d18c18206d8adc27a8424fe76ee Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 1 May 2006 12:22:28 +0000 Subject: [PATCH] 2006-04-30 Andreas Seltenreich * nnweb.el (nnweb-request-article): Do proper xwfu encoding when fetching articles by message-id. --- lisp/nnweb.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 4990369f4..e93373e8a 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -171,7 +171,8 @@ Valid types include `google', `dejanews', and `gmane'.") (when (string-match "^<\\(.*\\)>$" article) (setq art (match-string 1 article))) (when (and fetch art) - (setq url (format fetch art)) + (setq url (format fetch + (mm-url-form-encode-xwfu art))) (mm-with-unibyte-current-buffer (mm-url-insert url)) (if (nnweb-definition 'reference t) -- 2.34.1