From 388c0930fd0111c5d3e80ef219c0168af91c2df6 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sun, 25 Nov 2012 12:14:53 -0800 Subject: [PATCH] * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag. (Junk): Add mh-whitelist-preserves-sequences-flag, mh-blacklist-msg-hook, mh-whitelist-msg-hook, mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712). --- doc/misc/ChangeLog | 5 +++++ doc/misc/mh-e.texi | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 55f91a5af76..277cc66e798 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -5,6 +5,11 @@ * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface): Update for release 8.4. + * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag. + (Junk): Add mh-whitelist-preserves-sequences-flag, + mh-blacklist-msg-hook, mh-whitelist-msg-hook, + mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712). + 2012-11-25 Paul Eggert * 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}). @item mh-update-sequences-after-mh-show-flag On means flush MH sequences to disk after message is shown (default: @samp{on}). +@item mh-whitelist-preserves-sequences-flag +On means that sequences are preserved when messages are whitelisted +(default: @samp{on}). @end vtable The following hook is available. @@ -7599,6 +7602,40 @@ Disposition of junk mail (default: @samp{Delete Spam}). Spam program that MH-E should use (default: @samp{Auto-detect}). @end vtable +@cindex @samp{mh-sequences} customization group +@cindex customization group, @samp{mh-sequences} + +The following option in the @samp{mh-sequences} customization group is +also available. + +@vtable @code +@item mh-whitelist-preserves-sequences-flag +On means that sequences are preserved when messages are whitelisted +(default: @samp{on}). +@end vtable + +The following hooks are available. + +@vtable @code +@item mh-blacklist-msg-hook +Hook run by @kbd{J b} (@code{mh-junk-blacklist}) after marking each +message for blacklisting (default: @code{nil}). +@c ------------------------- +@item mh-whitelist-msg-hook +Hook run by @kbd{J w} (@code{mh-junk-whitelist}) after marking each +message for whitelisting (default @samp{nil}). +@end vtable + +The following faces are available. + +@vtable @code +@item mh-folder-blacklisted +Blacklisted message face. +@c ------------------------- +@item mh-folder-whitelisted +Whitelisted message face +@end vtable + @cindex SpamProbe @cindex Spamassassin @cindex bogofilter @@ -7641,6 +7678,18 @@ reclassifies a range of messages (@pxref{Ranges}) as ham if it were incorrectly classified as spam. It then refiles the message into the @file{+inbox} folder. +@cindex MH profile component, @samp{Previous-Sequence:} +@cindex @samp{cur} sequence +@cindex @samp{Previous-Sequence:} MH profile component +@cindex sequence, @samp{cur} +@cindex sequence, @samp{Previous-Sequence} +@vindex mh-whitelist-preserves-sequences-flag + +If a message is in any sequence (except @samp{Previous-Sequence:} and +@samp{cur}) when it is whitelisted, then it will still be in those +sequences in the destination folder. If this behavior is not desired, +then turn off the option @code{mh-whitelist-preserves-sequences-flag}. + @cindex @samp{*MH-E Log*} @cindex buffers, @samp{*MH-E Log*} @findex call-process -- 2.11.4.GIT