# HG changeset patch
# User Derek Schrock <der...@lifeofadishwasher.com>
# Date 1442609369 14400
#      Fri Sep 18 16:49:29 2015 -0400
# Node ID 0ac5074a7e162e3bd7a5f3a30b066e12572365f8
# Parent  1091efbc55426c94700fb50dcff169effc9502d3
update docs for %r/%R

diff -r 1091efbc5542 -r 0ac5074a7e16 UPDATING
--- a/UPDATING  Fri Sep 18 16:49:10 2015 -0400
+++ b/UPDATING  Fri Sep 18 16:49:29 2015 -0400
@@ -4,6 +4,10 @@
 The keys used are:
   !: modified feature, -: deleted feature, +: new feature
 
+default (2015-09-18):
+  + New expando %r and %R command seperated list of To: and Cc:
+    recipients respectfully
+
 1.5.24 (2015-08-31):
 
   + terminal status-line (TS) support, a.k.a. xterm title. see the
diff -r 1091efbc5542 -r 0ac5074a7e16 init.h
--- a/init.h    Fri Sep 18 16:49:10 2015 -0400
+++ b/init.h    Fri Sep 18 16:49:29 2015 -0400
@@ -1311,6 +1311,8 @@
   **            stashed the message: list name or recipient name
   **            if not sent to a list
   ** .dt %P .dd progress indicator for the built-in pager (how much of the 
file has been displayed)
+  ** .dt %r .dd comma seperated list of ``To:'' recipients
+  ** .dt %R .dd comma seperated list of ``Cc:'' recipients
   ** .dt %s .dd subject of the message
   ** .dt %S .dd status of the message (``N''/``D''/``d''/``!''/``r''/\(as)
   ** .dt %t .dd ``To:'' field (recipients)

Reply via email to