mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
* 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 | ||