aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-02-17 02:32:34 +0000
committerGlenn Morris2009-02-17 02:32:34 +0000
commit95ccabb5ad6f5bf9158956a92295db91c2910b20 (patch)
tree58630781772753b92379d4c24b46922a323aa410
parentc6193b537918acc34d4600148f7d5149c29d79c3 (diff)
downloademacs-95ccabb5ad6f5bf9158956a92295db91c2910b20.tar.gz
emacs-95ccabb5ad6f5bf9158956a92295db91c2910b20.zip
Comment.
-rw-r--r--lisp/gnus/message.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 21b680e3396..89dceb391d4 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -5221,7 +5221,13 @@ Otherwise, generate and save a value for `canlock-password' first."
5221 (if (and message-fcc-handler-function 5221 (if (and message-fcc-handler-function
5222 (not (eq message-fcc-handler-function 'rmail-output))) 5222 (not (eq message-fcc-handler-function 'rmail-output)))
5223 (funcall message-fcc-handler-function file) 5223 (funcall message-fcc-handler-function file)
5224 ;; FIXME broken in Emacs CVS? Does it work in 22? 5224 ;; FIXME this option, rmail-output (also used if
5225 ;; message-fcc-handler-function is nil) is not
5226 ;; documented anywhere AFAICS. It should work in Emacs
5227 ;; 23; I suspect it does not work in Emacs 22.
5228 ;; FIXME I don't see the need for the two different cases here.
5229 ;; mail-use-rfc822 makes no difference (in Emacs 23),and
5230 ;; the third argument just controls \"Wrote file\" message.
5225 (if (and (file-readable-p file) (mail-file-babyl-p file)) 5231 (if (and (file-readable-p file) (mail-file-babyl-p file))
5226 (rmail-output file 1 nil t) 5232 (rmail-output file 1 nil t)
5227 (let ((mail-use-rfc822 t)) 5233 (let ((mail-use-rfc822 t))