(gnus-summary-save-article): Fix previous commit.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 29 May 2006 13:36:24 +0000 (13:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 29 May 2006 13:36:24 +0000 (13:36 +0000)
lisp/gnus-sum.el

index 3990caa..25fef12 100644 (file)
@@ -11256,7 +11256,9 @@ will not be marked as saved."
         ;; When saving many articles in a single file, use the other
         ;; function to save articles other than the first one.
         (saver2 (get gnus-default-article-saver :function))
-        (gnus-prompt-before-saving (and saver2 t))
+        (gnus-prompt-before-saving (if saver2
+                                       t
+                                     gnus-prompt-before-saving))
         (gnus-default-article-saver gnus-default-article-saver)
         header file)
     (dolist (article articles)