summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el13
1 files changed, 6 insertions, 7 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 29497ce..27b8465 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -194,16 +194,15 @@
notmuch-show-mark-read-tags '("-new" "-unread")
notmuch-tag-formats
(let ((d `(:foreground ,(face-attribute 'jao-themes-dimm :foreground)))
- (e `(:foreground ,(face-attribute 'jao-themes-error :foreground)
- :weight bold)))
+ (e `(:foreground ,(face-attribute 'jao-themes-error :foreground))))
`(("unread")
("signed")
("new" "N")
("replied" "↩" (propertize tag 'face '(:family "Fira Code")))
- ("sent" "S")
+ ("sent" "🛪")
("attachment" "📎")
("deleted" "🗙" (propertize tag 'face '(:underline nil ,@e)))
- ("flagged" "✓" (propertize tag 'face '(:weight bold ,e)))
+ ("flagged" "✓")
("jao" "j")
("bigml" "b")
("feeds" "f")
@@ -256,10 +255,10 @@
(use-package jao-notmuch :demand t)
;;; hello
-(defun jao-notmuch-hello--header () (insert " "))
+;; (defun jao-notmuch-hello--header () (insert " "))
+;; (when (display-graphic-p)
+;; (add-to-list 'notmuch-hello-sections 'jao-notmuch-hello--header))
-(when (display-graphic-p)
- (add-to-list 'notmuch-hello-sections 'jao-notmuch-hello--header))
(add-to-list 'notmuch-hello-sections 'notmuch-hello-insert-alltags t)
(defun jao-notmuch-refresh-agenda ()