From: Bill Wohler Date: Sun, 10 Jul 2011 22:33:06 +0000 (-0700) Subject: * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. X-Git-Tag: emacs-pretest-24.0.90~104^2~394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6695d074635ac91af957cd022ffad2f408a6b2fb;p=emacs.git * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. --- 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))))