From: David Sterba Date: Sat, 8 Sep 2012 07:31:54 +0000 (+0200) Subject: hide signed and encrypted tags by default X-Git-Tag: neomutt-20160404~13^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10d6ca64304c893ee0946b16e8458607b50dd0f3;p=neomutt hide signed and encrypted tags by default Mutt shows signed/encrypted status in another way and occupies only 1 char in index line. Hide the tags by default and leave more space for other tags. Signed-off-by: David Sterba --- diff --git a/init.h b/init.h index f7e7353ad..a2edaf3a6 100644 --- a/init.h +++ b/init.h @@ -1683,7 +1683,7 @@ struct option_t MuttVars[] = { ** notmuch://. */ - { "nm_hidden_tags", DT_STR, R_NONE, UL &NotmuchHiddenTags, UL "unread,draft,flagged,passed,replied,attachment" }, + { "nm_hidden_tags", DT_STR, R_NONE, UL &NotmuchHiddenTags, UL "unread,draft,flagged,passed,replied,attachment,signed,encrypted" }, /* ** .pp ** This variable specifies private notmuch tags which should not be printed