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 dsterba@suse.cz --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.h b/init.h index 478ea5b..2edb02a 100644 --- a/init.h +++ b/init.h @@ -1607,7 +1607,7 @@ struct option_t MuttVars[] = { ** notmuch://<absolute path>. */
- { "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
On Tue, Jan 08, 2013 at 01:07:04PM +0100, David Sterba wrote:
init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks. (Sorry for the delay, I had mess in the folder with mutt-kz emails :-)
Karel
mutt-kz@lists.fedoraproject.org