From: Eric Davis Date: Wed, 23 Oct 2013 18:34:57 +0000 (-0700) Subject: added some documentation X-Git-Tag: neomutt-20160404~13^2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75eecda26209e32900cf9abb87b2d390b852598d;p=neomutt added some documentation --- diff --git a/README.notmuch b/README.notmuch index f2624fca5..d0e68b0c8 100644 --- a/README.notmuch +++ b/README.notmuch @@ -155,6 +155,29 @@ notmuch support for mutt "sent" "➥ " \ "todo" "T" \ "deleted" "DEL" \ + "invites" "CAL" + + tag-formats [ ...] + + Specify index formatting sequences for individual tags for direct + placement in the $index_format. The formats must start with 'G' and + the entire sequence is case sensitive. + + example: + + tag-formats "inbox" "GI" \ + "unread" "GU" \ + "replied" "GR" \ + "sent" "GS" \ + "todo" "Gt" \ + "deleted" "GD" \ + "invites" "Gi" + + Now instead of using '%g' in your $index_format, which lists all tags + in a non-deterministic order, you can something like the following which puts + a transformed tag name in a specific spot on the index line: + + set index_format='4C %S %[%y.%m.%d] %-18.18n %?GU?%GU& ? %?GR?%GR& ? %?GI?%GI& ? %s' nm_record =