summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2011-07-10 15:33:06 -0700
committerBill Wohler <wohler@newt.com>2011-07-10 15:33:06 -0700
commit6695d074635ac91af957cd022ffad2f408a6b2fb (patch)
treee07222e3eaad3cce12be7b9504c7193d86109b07
parent2338bb050994aa588f2c084614317de236af6602 (diff)
downloademacs-6695d074635ac91af957cd022ffad2f408a6b2fb.tar.gz
* mh-utils.el (mh-sub-folders-actual): Remove FIXME question.
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-utils.el1
2 files changed, 4 insertions, 1 deletions
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 <wohler@newt.com>
+ * 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))))