From 34dbab7895722f8b4d6e95ac40a0dc9acfa99e0f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Dec 2020 02:10:32 -0500 Subject: notmuch: Use * for flagged --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 8e5f534..1100a07 100644 --- a/init.el +++ b/init.el @@ -2059,6 +2059,10 @@ (setq notmuch-wash-citation-lines-prefix 10) (setq notmuch-wash-citation-lines-suffix 10) + (add-to-list 'notmuch-tag-formats + '("flagged" (propertize tag 'face 'notmuch-tag-flagged) + "*")) + (add-to-list 'notmuch-show-stash-mlarchive-link-alist '("git" . "https://lore.kernel.org/git/")) -- cgit v1.2.3