summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-23 02:52:19 +0100
committerjao <jao@gnu.org>2021-08-23 02:52:40 +0100
commit6cdf72e49d4737348c62b481b45b072fbf5cde6f (patch)
treebebaf9686b758d0298e621d91e57a48373470315 /notmuch.org
parente73981f7292618adb972b1195944e6b2997ce190 (diff)
downloadelibs-6cdf72e49d4737348c62b481b45b072fbf5cde6f.tar.gz
elibs-6cdf72e49d4737348c62b481b45b072fbf5cde6f.tar.bz2
notmuch: replied tag
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org4
1 files changed, 2 insertions, 2 deletions
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)))