* mh-utils.el (mh-sub-folders-actual): Remove FIXME question.
This commit is contained in:
parent
2338bb0509
commit
6695d07463
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue