1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
emacs/lisp/mh-e
Bill Wohler 50df64d63f * mh-comp.el (mh-annotate-msg): Use new variable
mh-scan-field-destination-offset rather than hard-coding 1.

* mh-customize.el (mh-interpret-number-as-range-flag): Add * to
docstring.
(mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
functions to check input for mh-adaptive-cmd-note-flag and
mh-scan-format-file respectively.
(mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes, add
:set.

* mh-e.el: (mh-scan-field-destination-offset): New variable. The
destination is the -, t, b, c, or n character for Replied, To, cc,
Bcc, or Newsgroups respectively. (mh-make-folder,
mh-regenerate-headers, mh-generate-new-cmd-note) Call new function
mh-msg-num-width-to-column to make leap between width and column more
explicit.
(mh-msg-num-width-to-column): New function that steals logic from old
mh-set-cmd-note. Also, throw error if mh-scan-format-file isn't t
since we can't adapt the scan lines in this case.
(mh-set-cmd-note): Now just simply sets mh-cmd-note which will make
the documentation more clear.
(mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a column,
not a width.
(mh-add-sequence-notation, mh-remove-sequence-notation): Use new
variable mh-scan-field-destination-offset rather than hard-coding 1.

* mh-utils.el (mh-cmd-note) Synced docstring with manual.
(mh-notate): Use new variable mh-scan-field-destination-offset rather
than hard-coding 1.
(mh-message-number-width): Rename to mh-msg-num-width to be consistent
with mh-get-msg-num and mh-msg-num-width-to-column.
2005-10-29 05:09:05 +00:00
..
.arch-inventory Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616 2005-10-24 06:00:50 +00:00
.gitignore (mh-autoloads.el): Added. 2005-10-13 21:46:40 +00:00
ChangeLog * mh-comp.el (mh-annotate-msg): Use new variable 2005-10-29 05:09:05 +00:00
ChangeLog.1 Add arch tagline 2005-10-11 00:29:35 +00:00
mh-acros.el * mh-identity.el (mh-assoc-ignore-case): Merge with version in 2005-10-23 22:47:27 +00:00
mh-alias.el * mh-identity.el (mh-assoc-ignore-case): Merge with version in 2005-10-23 22:47:27 +00:00
mh-comp.el * mh-comp.el (mh-annotate-msg): Use new variable 2005-10-29 05:09:05 +00:00
mh-customize.el * mh-comp.el (mh-annotate-msg): Use new variable 2005-10-29 05:09:05 +00:00
mh-e.el * mh-comp.el (mh-annotate-msg): Use new variable 2005-10-29 05:09:05 +00:00
mh-funcs.el * mh-customize.el (mh-adaptive-cmd-note-flag) 2005-10-28 01:59:12 +00:00
mh-gnus.el * mh-gnus.el: Load mml.el in order to see if 2005-10-24 20:46:06 +00:00
mh-identity.el * mh-identity.el (mh-assoc-ignore-case): Merge with version in 2005-10-23 22:47:27 +00:00
mh-inc.el Update FSF's address. 2005-07-04 17:55:18 +00:00
mh-index.el message format spec fixes, commit 14, this should be final commit 2005-09-18 12:48:32 +00:00
mh-init.el (mh-image-load-path): Use locate-library to find MH-E. This simplified 2005-10-17 05:52:53 +00:00
mh-junk.el * mh-init.el (mh-image-load-path): New function that adds the path to 2005-10-10 16:37:54 +00:00
mh-mime.el * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc 2005-10-27 22:57:30 +00:00
mh-pick.el * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el: 2005-10-14 17:15:40 +00:00
mh-print.el * mh-init.el (mh-image-load-path): New function that adds the path to 2005-10-10 16:37:54 +00:00
mh-seq.el * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el: 2005-10-14 17:15:40 +00:00
mh-speed.el Update FSF's address. 2005-07-04 17:55:18 +00:00
mh-utils.el * mh-comp.el (mh-annotate-msg): Use new variable 2005-10-29 05:09:05 +00:00