From 6cdf72e49d4737348c62b481b45b072fbf5cde6f Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 23 Aug 2021 02:52:19 +0100 Subject: notmuch: replied tag --- notmuch.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index c144c8a..7dc37c6 100644 --- a/notmuch.org +++ b/notmuch.org @@ -119,7 +119,7 @@ (if widen jao-notmuch-widened-searches notmuch-saved-searches))) (notmuch-jump-search))) -#+end_src + #+end_src * tags #+begin_src emacs-lisp (setq notmuch-archive-tags '("+trove" "-new") @@ -130,7 +130,7 @@ `(("unread") ("signed") ("new" "N") - ("replied" "R") + ("replied" "↩" (propertize tag 'face '(:family "Fira Code"))) ("sent" "S") ("attachment" "📎") ("deleted" "×××" (propertize tag 'face '(:underline nil ,@e))) -- cgit v1.2.3