]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 a390589dd0fdc57b7e11e36fffc88300f33b3a9f..ecb4f502ed968f13631e3297da90ae55fc2f5284 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 c05e867a2b4e5c0f63bbea0a54edaf002b1cd541..a66db002b6abc0ac6364980c332fac3f9587949f 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)