emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111013: * mh-e.texi (Sequences): Add


From: Bill Wohler
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111013: * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
Date: Sun, 25 Nov 2012 12:14:53 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111013
committer: Bill Wohler <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-25 12:14:53 -0800
message:
  * 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).
modified:
  doc/misc/ChangeLog
  doc/misc/mh-e.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-11-25 18:22:04 +0000
+++ b/doc/misc/ChangeLog        2012-11-25 20:14:53 +0000
@@ -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  <address@hidden>
 
        * mh-e.texi (Procmail): Fix two @ typos.

=== modified file 'doc/misc/mh-e.texi'
--- a/doc/misc/mh-e.texi        2012-11-25 18:22:04 +0000
+++ b/doc/misc/mh-e.texi        2012-11-25 20:14:53 +0000
@@ -7394,6 +7394,9 @@
 @item mh-update-sequences-after-mh-show-flag
 On means flush MH sequences to disk after message is shown (default:
 @samp{on}).
address@hidden 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 @@
 Spam program that MH-E should use (default: @samp{Auto-detect}).
 @end vtable
 
address@hidden @samp{mh-sequences} customization group
address@hidden customization group, @samp{mh-sequences}
+
+The following option in the @samp{mh-sequences} customization group is
+also available.
+
address@hidden @code
address@hidden mh-whitelist-preserves-sequences-flag
+On means that sequences are preserved when messages are whitelisted
+(default: @samp{on}).
address@hidden vtable
+
+The following hooks are available.
+
address@hidden @code
address@hidden mh-blacklist-msg-hook
+Hook run by @kbd{J b} (@code{mh-junk-blacklist}) after marking each
+message for blacklisting (default: @code{nil}).
address@hidden -------------------------
address@hidden mh-whitelist-msg-hook
+Hook run by @kbd{J w} (@code{mh-junk-whitelist}) after marking each
+message for whitelisting (default @samp{nil}).
address@hidden vtable
+
+The following faces are available.
+
address@hidden @code
address@hidden mh-folder-blacklisted
+Blacklisted message face.
address@hidden -------------------------
address@hidden mh-folder-whitelisted
+Whitelisted message face
address@hidden vtable
+
 @cindex SpamProbe
 @cindex Spamassassin
 @cindex bogofilter
@@ -7641,6 +7678,18 @@
 incorrectly classified as spam. It then refiles the message into the
 @file{+inbox} folder.
 
address@hidden MH profile component, @samp{Previous-Sequence:}
address@hidden @samp{cur} sequence
address@hidden @samp{Previous-Sequence:} MH profile component
address@hidden sequence, @samp{cur}
address@hidden sequence, @samp{Previous-Sequence}
address@hidden mh-whitelist-preserves-sequences-flag
+
+If a message is in any sequence (except @samp{Previous-Sequence:} and
address@hidden) 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]