Synch to Gnus 200312081417.
authoryamaoka <yamaoka>
Mon, 8 Dec 2003 21:58:43 +0000 (21:58 +0000)
committeryamaoka <yamaoka>
Mon, 8 Dec 2003 21:58:43 +0000 (21:58 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 8cc1144..38a3530 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-08  Joel Ray Holveck <joelh@piquan.org>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name"
+       parameter of Content-Type.
+
 2003-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-util.el: Revert 2003-12-03 change, instead, provide the
index e38a232..f183a71 100644 (file)
@@ -11080,6 +11080,8 @@ If REVERSE, save parts that do not match TYPE."
                     (or
                      (mail-content-type-get
                       (mm-handle-disposition handle) 'filename)
+                     (mail-content-type-get
+                      (mm-handle-type handle) 'name)
                      (concat gnus-newsgroup-name
                              "." (number-to-string
                                   (cdr gnus-article-current))))))