From 1e471a838b698f021a378014caf0d717c5d0b639 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 13 Oct 2001 22:20:41 +0000 Subject: [PATCH] Fix last commit: 2001-10-14 Simon Josefsson * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word charset magic from message.el. --- lisp/gnus-msg.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 51d8ae763..d0ec8dea3 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -1254,9 +1254,11 @@ this is a reply." ;; namess with incompatible character sets. ;; -- Per Abrahamsen 2001-10-08. (group-field-charset - (gnus-group-name-charset method newsgroups-field)) + (gnus-group-name-charset + method (or newsgroups-field ""))) (followup-field-charset - (gnus-group-name-charset method (or followup-field ""))) + (gnus-group-name-charset + method (or followup-field ""))) (rfc2047-header-encoding-alist (append (when group-field-charset -- 2.25.1