mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
4df334a0f7
* lisp/mh-e/mh-thread.el (mh-thread-current-indentation-level) (mh-thread-find-children): Fix off-by-one error by using 'mh-scan-field-from-start-offset' directly, as 'mh-thread-parse-scan-line' does. Previously, these functions would incorrectly consider the "date note" column as part of the thread indenting. Since that column is almost always a Space character, that almost always worked. (mh-thread-ancestor): Update caller. * test/lisp/mh-e/mh-thread-tests.el: New unit tests for affected code. * lisp/mh-e/mh-scan.el (mh-msg-num-width-to-column): Fix doc string typo. |
||
---|---|---|
.. | ||
ChangeLog.1 | ||
ChangeLog.2 | ||
mh-acros.el | ||
mh-alias.el | ||
mh-buffers.el | ||
mh-comp.el | ||
mh-compat.el | ||
mh-e.el | ||
mh-folder.el | ||
mh-funcs.el | ||
mh-gnus.el | ||
mh-identity.el | ||
mh-inc.el | ||
mh-junk.el | ||
mh-letter.el | ||
mh-limit.el | ||
mh-mime.el | ||
mh-print.el | ||
mh-scan.el | ||
mh-search.el | ||
mh-seq.el | ||
mh-show.el | ||
mh-speed.el | ||
mh-thread.el | ||
mh-tool-bar.el | ||
mh-utils.el | ||
mh-xface.el |