From: Kevin McCarthy Date: Wed, 22 Feb 2017 20:50:02 +0000 (-0800) Subject: Minor touchups to documentation and UPDATING file. X-Git-Tag: neomutt-20170225~3^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c118e3dadea77b61c4403a83e49a68d2b94e425;p=neomutt Minor touchups to documentation and UPDATING file. --- diff --git a/UPDATING b/UPDATING index b09925a75..ac3000b7f 100644 --- a/UPDATING +++ b/UPDATING @@ -31,7 +31,8 @@ The keys used are: $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. + creates a hotkey binding to a specific message. The hotkey diff --git a/doc/manual.xml.head b/doc/manual.xml.head index ae230447b..0b4822e90 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -13382,12 +13382,14 @@ set sort_browser="reverse-size" unsidebar_whitelist + * mailbox + diff --git a/init.h b/init.h index f89426154..fcc320f85 100644 --- a/init.h +++ b/init.h @@ -259,9 +259,9 @@ struct option_t MuttVars[] = { ** .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