diff options
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 49 |
2 files changed, 54 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 076dfd2bac5..8a067b5c100 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -5,6 +5,11 @@ | |||
| 5 | * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface): | 5 | * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface): |
| 6 | Update for release 8.4. | 6 | Update for release 8.4. |
| 7 | 7 | ||
| 8 | * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag. | ||
| 9 | (Junk): Add mh-whitelist-preserves-sequences-flag, | ||
| 10 | mh-blacklist-msg-hook, mh-whitelist-msg-hook, | ||
| 11 | mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712). | ||
| 12 | |||
| 8 | 2012-11-25 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2012-11-25 Paul Eggert <eggert@cs.ucla.edu> |
| 9 | 14 | ||
| 10 | * mh-e.texi (Procmail): Fix two @ typos. | 15 | * mh-e.texi (Procmail): Fix two @ typos. |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 08ef9e484b5..e419ba05055 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -7394,6 +7394,9 @@ The name of the MH sequence for ticked messages (default: @samp{'tick}). | |||
| 7394 | @item mh-update-sequences-after-mh-show-flag | 7394 | @item mh-update-sequences-after-mh-show-flag |
| 7395 | On means flush MH sequences to disk after message is shown (default: | 7395 | On means flush MH sequences to disk after message is shown (default: |
| 7396 | @samp{on}). | 7396 | @samp{on}). |
| 7397 | @item mh-whitelist-preserves-sequences-flag | ||
| 7398 | On means that sequences are preserved when messages are whitelisted | ||
| 7399 | (default: @samp{on}). | ||
| 7397 | @end vtable | 7400 | @end vtable |
| 7398 | 7401 | ||
| 7399 | The following hook is available. | 7402 | The following hook is available. |
| @@ -7599,6 +7602,40 @@ Disposition of junk mail (default: @samp{Delete Spam}). | |||
| 7599 | Spam program that MH-E should use (default: @samp{Auto-detect}). | 7602 | Spam program that MH-E should use (default: @samp{Auto-detect}). |
| 7600 | @end vtable | 7603 | @end vtable |
| 7601 | 7604 | ||
| 7605 | @cindex @samp{mh-sequences} customization group | ||
| 7606 | @cindex customization group, @samp{mh-sequences} | ||
| 7607 | |||
| 7608 | The following option in the @samp{mh-sequences} customization group is | ||
| 7609 | also available. | ||
| 7610 | |||
| 7611 | @vtable @code | ||
| 7612 | @item mh-whitelist-preserves-sequences-flag | ||
| 7613 | On means that sequences are preserved when messages are whitelisted | ||
| 7614 | (default: @samp{on}). | ||
| 7615 | @end vtable | ||
| 7616 | |||
| 7617 | The following hooks are available. | ||
| 7618 | |||
| 7619 | @vtable @code | ||
| 7620 | @item mh-blacklist-msg-hook | ||
| 7621 | Hook run by @kbd{J b} (@code{mh-junk-blacklist}) after marking each | ||
| 7622 | message for blacklisting (default: @code{nil}). | ||
| 7623 | @c ------------------------- | ||
| 7624 | @item mh-whitelist-msg-hook | ||
| 7625 | Hook run by @kbd{J w} (@code{mh-junk-whitelist}) after marking each | ||
| 7626 | message for whitelisting (default @samp{nil}). | ||
| 7627 | @end vtable | ||
| 7628 | |||
| 7629 | The following faces are available. | ||
| 7630 | |||
| 7631 | @vtable @code | ||
| 7632 | @item mh-folder-blacklisted | ||
| 7633 | Blacklisted message face. | ||
| 7634 | @c ------------------------- | ||
| 7635 | @item mh-folder-whitelisted | ||
| 7636 | Whitelisted message face | ||
| 7637 | @end vtable | ||
| 7638 | |||
| 7602 | @cindex SpamProbe | 7639 | @cindex SpamProbe |
| 7603 | @cindex Spamassassin | 7640 | @cindex Spamassassin |
| 7604 | @cindex bogofilter | 7641 | @cindex bogofilter |
| @@ -7641,6 +7678,18 @@ reclassifies a range of messages (@pxref{Ranges}) as ham if it were | |||
| 7641 | incorrectly classified as spam. It then refiles the message into the | 7678 | incorrectly classified as spam. It then refiles the message into the |
| 7642 | @file{+inbox} folder. | 7679 | @file{+inbox} folder. |
| 7643 | 7680 | ||
| 7681 | @cindex MH profile component, @samp{Previous-Sequence:} | ||
| 7682 | @cindex @samp{cur} sequence | ||
| 7683 | @cindex @samp{Previous-Sequence:} MH profile component | ||
| 7684 | @cindex sequence, @samp{cur} | ||
| 7685 | @cindex sequence, @samp{Previous-Sequence} | ||
| 7686 | @vindex mh-whitelist-preserves-sequences-flag | ||
| 7687 | |||
| 7688 | If a message is in any sequence (except @samp{Previous-Sequence:} and | ||
| 7689 | @samp{cur}) when it is whitelisted, then it will still be in those | ||
| 7690 | sequences in the destination folder. If this behavior is not desired, | ||
| 7691 | then turn off the option @code{mh-whitelist-preserves-sequences-flag}. | ||
| 7692 | |||
| 7644 | @cindex @samp{*MH-E Log*} | 7693 | @cindex @samp{*MH-E Log*} |
| 7645 | @cindex buffers, @samp{*MH-E Log*} | 7694 | @cindex buffers, @samp{*MH-E Log*} |
| 7646 | @findex call-process | 7695 | @findex call-process |