Mercurial > emacs
changeset 71528:113cbc14f25c
(mh-mime-save-parts): Add -store option to mhn (closes SF #1513140).
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Thu, 29 Jun 2006 20:43:44 +0000 |
parents | cf385170437d |
children | 11d2aeb1c67a |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-mime.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Thu Jun 29 10:38:45 2006 +0000 +++ b/lisp/mh-e/ChangeLog Thu Jun 29 20:43:44 2006 +0000 @@ -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.
--- a/lisp/mh-e/mh-mime.el Thu Jun 29 10:38:45 2006 +0000 +++ b/lisp/mh-e/mh-mime.el Thu Jun 29 20:43:44 2006 +0000 @@ -415,7 +415,9 @@ (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)