Synch to No Gnus 200409231508.
authoryamaoka <yamaoka>
Thu, 23 Sep 2004 21:56:35 +0000 (21:56 +0000)
committeryamaoka <yamaoka>
Thu, 23 Sep 2004 21:56:35 +0000 (21:56 +0000)
lisp/ChangeLog
lisp/message.el

index 0666b9f..611ebff 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-cite-original): Fix use of
+       `message-cite-articles-with-x-no-archive'.
+
 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
index 91452c9..740bc5f 100644 (file)
@@ -3637,7 +3637,7 @@ be added to the \"References\" field."
          (insert "\n"))
        (funcall message-citation-line-function))
       (when (and x-no-archive
-                message-cite-articles-with-x-no-archive
+                (not message-cite-articles-with-x-no-archive)
                 (string-match "yes" x-no-archive))
        (undo-boundary)
        (delete-region (point) (mark t))