2003-01-15 Kevin Ryde <user42@zip.com.au>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 15 Jan 2003 21:22:01 +0000 (21:22 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 15 Jan 2003 21:22:01 +0000 (21:22 +0000)
* gnus.texi (Using MIME): Mention auto-compression-mode with
gnus-mime-copy-part.

2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* message.el (message-send): Don't warn about duplicates when
superseding.

lisp/ChangeLog
lisp/gnus-art.el
lisp/message.el

index e43bbbe..3b85ae8 100644 (file)
@@ -1,3 +1,13 @@
+2003-01-15  Kevin Ryde  <user42@zip.com.au>
+
+       * gnus.texi (Using MIME): Mention auto-compression-mode with
+       gnus-mime-copy-part.
+
+2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-send): Don't warn about duplicates when
+       superseding. 
+
 2003-01-15  Simon Josefsson  <jas@extundo.com>
 
        * nnimap.el (nnimap-split-download-body): New variable.
index 273c9aa..e628a56 100644 (file)
@@ -3986,7 +3986,9 @@ The uncompress method used is derived from `buffer-file-name'."
             (jka-compr-delete-temp-file err-file)))))))
 
 (defun gnus-mime-copy-part (&optional handle)
-  "Put the MIME part under point into a new buffer."
+  "Put the MIME part under point into a new buffer.
+If `auto-compression-mode' is enabled, compressed files like .gz and .bz2
+are decompressed."
   (interactive)
   (gnus-article-check-buffer)
   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
index fd82439..d1d7fc9 100644 (file)
@@ -3136,6 +3136,7 @@ It should typically alter the sending method in some way or other."
       (when (funcall (cadr elem))
        (when (and (or (not (memq (car elem)
                                  message-sent-message-via))
+                      (not (message-fetch-field "supersedes"))
                       (if (or (message-gnksa-enable-p 'multiple-copies)
                               (not (eq (car elem) 'news)))
                           (y-or-n-p