[gnus git] branch master updated: m0-13-43-g5ceeed3 =1= nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P"

Katsumi Yamaoka <[email protected]> Wed, 19 Aug 2015 09:50:32 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  5ceeed36bf0911861d47c8dce31b8737ae6a3902 (commit)
      from  20b0ec9f107f8198efc247a4a6ae76d21f89bafd (commit)


- Log -----------------------------------------------------------------
commit 5ceeed36bf0911861d47c8dce31b8737ae6a3902
Author: Glenn Morris <[email protected]>
Date:   Wed Aug 19 07:50:19 2015 +0000

    nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P"

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 515843c..0c446f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-19  Glenn Morris  <[email protected]>
+
+	* nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
+
 2015-08-18  Katsumi Yamaoka  <[email protected]>
 
 	* message.el (message-overlay-put, message-make-overlay)
diff --git a/lisp/nnmaildir.el b/lisp/nnmaildir.el
index 097d4f8..5b72b52 100644
--- a/lisp/nnmaildir.el
+++ b/lisp/nnmaildir.el
@@ -75,6 +75,7 @@
 
 (defconst nnmaildir-flag-mark-mapping
   '((?F . tick)
+    (?P . forward)
     (?R . reply)
     (?S . read))
   "Alist mapping Maildir filename flags to Gnus marks.

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog    |    4 ++++
 lisp/nnmaildir.el |    1 +
 2 files changed, 5 insertions(+)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project