emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105089: * mh-utils.el (mh-sub-folder


From: Bill Wohler
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105089: * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.
Date: Sun, 10 Jul 2011 15:33:06 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105089
committer: Bill Wohler <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-10 15:33:06 -0700
message:
  * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.
modified:
  lisp/mh-e/ChangeLog
  lisp/mh-e/mh-utils.el
=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2011-07-10 16:23:40 +0000
+++ b/lisp/mh-e/ChangeLog       2011-07-10 22:33:06 +0000
@@ -1,5 +1,9 @@
 2011-07-10  Bill Wohler  <address@hidden>
 
+       * 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

=== modified file 'lisp/mh-e/mh-utils.el'
--- a/lisp/mh-e/mh-utils.el     2011-07-03 21:30:28 +0000
+++ b/lisp/mh-e/mh-utils.el     2011-07-10 22:33:06 +0000
@@ -596,7 +596,6 @@
                   (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))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]