diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 02:10:32 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 02:15:42 -0500 |
commit | 34dbab7895722f8b4d6e95ac40a0dc9acfa99e0f (patch) | |
tree | 136e05d1be6a585d1b1215e54e4978cc395bff8d | |
parent | 3694fc399e448189b24fb12a7a8624a1779999f0 (diff) | |
download | emacs.d-34dbab7895722f8b4d6e95ac40a0dc9acfa99e0f.tar.gz |
notmuch: Use * for flagged
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/")) |