diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 0bafedbfd69..61b0870cd72 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,5 +1,9 @@ 2011-07-10 Bill Wohler + * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. + + * mh-mime.el (mh-decode-message-subject): Fix case of Subject. + * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) (mh-make-folder): Replace calls to switch-to-buffer with of pop-to-buffer. The former is intended for interactive use only and diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index a77633cd4bd..6132af17dab 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -596,7 +596,6 @@ Expects FOLDER to have already been normalized with (setq name (substring name 0 (1- (length name))))) (push (cons name - ;; FIXME: what is this used for? --Stef (search-forward "(others)" (mh-line-end-position) t)) results)))) (forward-line 1))))