summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-notmuch.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 539dd31..07f3298 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -178,14 +178,12 @@
:weight bold)))
`(("unread")
("signed")
- ("new" "N")
+ ("new" "❇")
("replied" "↩" (propertize tag 'face '(:family "Fira Code")))
("sent" "S")
("attachment" "📎")
("deleted" "🗙" (propertize tag 'face '(:underline nil ,@e)))
- ;; ("attachment" "+")
- ;; ("deleted" "xxx" (propertize tag 'face '(:underline nil ,@e)))
- ("flagged" "!" (propertize tag 'face ',e))
+ ("flagged" "⚑" (propertize tag 'face ',e))
("jao" "j")
("bigml" "b")
("feeds" "f")
@@ -405,6 +403,7 @@
:config
(advice-add 'notmuch-clean-address :filter-args #'jao-mail-clean-address)
+ (add-hook 'notmuch-show-mode-hook (lambda () (setq fill-column 80)))
:bind
(:map notmuch-show-mode-map