(mh-mime-save-parts): Add -store option to mhn (closes SF #1513140).
authorBill Wohler <wohler@newt.com>
Thu, 29 Jun 2006 20:43:44 +0000 (20:43 +0000)
committerBill Wohler <wohler@newt.com>
Thu, 29 Jun 2006 20:43:44 +0000 (20:43 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-mime.el

index a390589..ecb4f50 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
+
+       * mh-mime.el (mh-mime-save-parts): Add -store option to
+       mhn (closes SF #1513140).
+
 2006-06-20  Bill Wohler  <wohler@newt.com>
 
        Release MH-E version 8.0.1.
index c05e867..a66db00 100644 (file)
@@ -415,7 +415,9 @@ do the work."
         (let ((initial-size (mh-truncate-log-buffer)))
           (apply 'call-process
                  (expand-file-name command mh-progs) nil t nil
-                 (mh-list-to-string (list folder msg "-auto")))
+                 (mh-list-to-string (list folder msg "-auto"
+                                          (if (not (mh-variant-p 'nmh))
+                                              "-store"))))
           (if (> (buffer-size) initial-size)
               (save-window-excursion
                 (switch-to-buffer-other-window mh-log-buffer)