diff lisp/gnus/nnrss.el @ 103944:aa77db41a051

Synch with Gnus trunk: 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org> * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME article without making inquiry to a user for unknown encoding. * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number) (nnmaildir--scan): Assume i-node and device number that file-attributes returns might be cons-cell. 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com> * auth-source.el: Remove docs now in auth.texi. Don't use `gnus-message' for logging. Add new variables `auth-source-debug' and `auth-source-hide-passwords' and use them.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 17 Jul 2009 10:15:54 +0000
parents a9dc0e7c3f2b
children af7c656cbfc9
line wrap: on
line diff
--- a/lisp/gnus/nnrss.el	Fri Jul 17 03:56:17 2009 +0000
+++ b/lisp/gnus/nnrss.el	Fri Jul 17 10:15:54 2009 +0000
@@ -310,7 +310,11 @@
 		    "<#/part>\n"
 		    "<#/multipart>\n"))
 	  (condition-case nil
-	      (mml-to-mime)
+	      ;; Allow `mml-to-mime' to generate MIME article without
+	      ;; making inquiry to a user for unknown encoding.
+	      (let ((mml-confirmation-set
+		     (cons 'unknown-encoding mml-confirmation-set)))
+		(mml-to-mime))
 	    (error
 	     (erase-buffer)
 	     (insert header