From: Stephen Gildea Date: Wed, 1 Aug 2018 05:29:47 +0000 (-0700) Subject: Reset mh-blacklist and mh-whitelist on folder undo X-Git-Tag: emacs-27.0.90~4665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17205d361795eaaa8e09ae62875c7439bb57a078;p=emacs.git Reset mh-blacklist and mh-whitelist on folder undo * mh-funcs.el (mh-undo-folder): Set mh-blacklist and mh-whitelist to nil, as is done with the other lists of pending operations. --- diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 661d0ec7569..3574f8c801d 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -357,6 +357,8 @@ Arguments are IGNORED (for `revert-buffer')." (yes-or-no-p "Undo all commands in folder? ")) (setq mh-delete-list nil mh-refile-list nil + mh-blacklist nil + mh-whitelist nil mh-seq-list nil mh-next-direction 'forward) (with-mh-folder-updating (nil)