From e935883e6d91613c84577ba7154be15e19fcf4ee Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 1 Oct 2003 22:33:14 +0000 Subject: [PATCH] Synch to Gnus 200310011705. --- lisp/ChangeLog | 5 +++++ lisp/message.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b82e76c..bfe4b8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-10-01 Simon Josefsson + + * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated + by ',', as in 'foo@example.org, bar@example.org'. + 2003-10-01 Jesper Harder * message.el (message-send): Fix reversed logic of supersedes diff --git a/lisp/message.el b/lisp/message.el index 999c560..b5525b9 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -5380,7 +5380,7 @@ I.e., calling it on a Subject: header is useless." (let (rhs ace start startpos endpos ovl) (goto-char (point-min)) (while (re-search-forward (concat "^" header) nil t) - (while (re-search-forward "@\\([^ \t\r\n>]+\\)" + (while (re-search-forward "@\\([^ \t\r\n>,]+\\)" (or (save-excursion (re-search-forward "^[^ \t]" nil t)) (point-max)) -- 1.7.10.4