--- gnus-msg.el~ 2008-06-11 21:40:58 +0000 +++ gnus-msg.el 2008-08-05 09:53:51 +0000 @@ -1283,6 +1283,7 @@ ;; Get a normal message buffer. (message-pop-to-buffer (message-buffer-name "Resend" to)) (insert-buffer-substring cur) + (article-decode-encoded-words) (mime-to-mml) (message-narrow-to-head-1) ;; Gnus will generate a new one when sending. --- message.el~ 2008-07-17 23:44:34 +0000 +++ message.el 2008-08-05 09:53:51 +0000 @@ -6838,6 +6838,7 @@ ;; Get a normal message buffer. (message-pop-to-buffer (message-buffer-name "supersede")) (insert-buffer-substring cur) + (article-decode-encoded-words) (mime-to-mml) (message-narrow-to-head-1) ;; Remove unwanted headers.