changeset: 6944:5b68a3022b82
user:      Kevin McCarthy <ke...@8t8.us>
date:      Wed Feb 22 12:50:02 2017 -0800
link:      http://dev.mutt.org/hg/mutt/rev/5b68a3022b82

Minor touchups to documentation and UPDATING file.

diffs (46 lines):

diff -r 715c276641c6 -r 5b68a3022b82 UPDATING
--- a/UPDATING  Sun Feb 19 18:51:36 2017 -0800
+++ b/UPDATING  Wed Feb 22 12:50:02 2017 -0800
@@ -31,7 +31,8 @@
     $XDG_CONFIG_HOME/mutt/.
   + Compressed mbox and mmdf files are now supported via open-hook,
     close-hook, and append-hook.  See contrib/sample.muttrc-compress
-    for suggested settings.
+    for suggested settings.  Note this is a compile-time option:
+    --enable-compressed.
   + When $flag_safe is set, flagged messages cannot be deleted.
   + The '@' pattern modifier can be used to limit matches to known aliases.
   + <mark-message> creates a hotkey binding to a specific message.  The hotkey
diff -r 715c276641c6 -r 5b68a3022b82 doc/manual.xml.head
--- a/doc/manual.xml.head       Sun Feb 19 18:51:36 2017 -0800
+++ b/doc/manual.xml.head       Wed Feb 22 12:50:02 2017 -0800
@@ -8440,12 +8440,14 @@
       </arg>
 
       <command>unsidebar_whitelist<anchor id="unsidebar-whitelist"/></command>
+      <group choice="req">
       <arg choice="plain">
        <replaceable class="parameter">*</replaceable>
       </arg>
       <arg choice="plain" rep="repeat">
        <replaceable class="parameter">mailbox</replaceable>
       </arg>
+      </group>
     </cmdsynopsis>
 
     <para>
diff -r 715c276641c6 -r 5b68a3022b82 init.h
--- a/init.h    Sun Feb 19 18:51:36 2017 -0800
+++ b/init.h    Wed Feb 22 12:50:02 2017 -0800
@@ -224,9 +224,9 @@
   ** .dt %C  .dd charset
   ** .dt %c  .dd requires charset conversion (``n'' or ``c'')
   ** .dt %D  .dd deleted flag
-  ** .dt %d  .dd description
+  ** .dt %d  .dd description (if none, falls back to %F)
   ** .dt %e  .dd MIME content-transfer-encoding
-  ** .dt %F  .dd filename for content-disposition header
+  ** .dt %F  .dd filename in content-disposition header (if none, falls back 
to %f)
   ** .dt %f  .dd filename
   ** .dt %I  .dd disposition (``I'' for inline, ``A'' for attachment)
   ** .dt %m  .dd major MIME type

Reply via email to