Synch to No Gnus 200604110726.
authoryamaoka <yamaoka>
Tue, 11 Apr 2006 07:44:35 +0000 (07:44 +0000)
committeryamaoka <yamaoka>
Tue, 11 Apr 2006 07:44:35 +0000 (07:44 +0000)
lisp/ChangeLog
lisp/rfc2047.el

index 2769c41..73a0150 100644 (file)
@@ -1,5 +1,8 @@
 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
+       unknown charset.  
+
        * message.el (message-header-synonyms): Add Original-To to the
        default. 
 
index 419dfd4..b0d2bdc 100644 (file)
@@ -822,11 +822,8 @@ ENCODED-WORD)."
   (let (word charset cs encoding text rest)
     (while words
       (setq word (pop words))
-      (if (and (or (setq cs (rfc2047-charset-to-coding-system
-                            (setq charset (car word))))
-                  (progn
-                    (message "Unknown charset: %s" charset)
-                    nil))
+      (if (and (setq cs (rfc2047-charset-to-coding-system
+                        (setq charset (car word))))
               (condition-case code
                   (cond ((char-equal ?B (nth 1 word))
                          (setq text (base64-decode-string