diff options
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-utils.el | 1 |
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 @@ | |||
| 1 | 2011-07-10 Bill Wohler <wohler@newt.com> | 1 | 2011-07-10 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. | ||
| 4 | |||
| 5 | * mh-mime.el (mh-decode-message-subject): Fix case of Subject. | ||
| 6 | |||
| 3 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) | 7 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) |
| 4 | (mh-make-folder): Replace calls to switch-to-buffer with of | 8 | (mh-make-folder): Replace calls to switch-to-buffer with of |
| 5 | pop-to-buffer. The former is intended for interactive use only and | 9 | 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 | |||
| 596 | (setq name (substring name 0 (1- (length name))))) | 596 | (setq name (substring name 0 (1- (length name))))) |
| 597 | (push | 597 | (push |
| 598 | (cons name | 598 | (cons name |
| 599 | ;; FIXME: what is this used for? --Stef | ||
| 600 | (search-forward "(others)" (mh-line-end-position) t)) | 599 | (search-forward "(others)" (mh-line-end-position) t)) |
| 601 | results)))) | 600 | results)))) |
| 602 | (forward-line 1)))) | 601 | (forward-line 1)))) |