diff options
author | jao <jao@gnu.org> | 2021-08-23 02:52:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-08-23 02:52:40 +0100 |
commit | 6cdf72e49d4737348c62b481b45b072fbf5cde6f (patch) | |
tree | bebaf9686b758d0298e621d91e57a48373470315 | |
parent | e73981f7292618adb972b1195944e6b2997ce190 (diff) | |
download | elibs-6cdf72e49d4737348c62b481b45b072fbf5cde6f.tar.gz elibs-6cdf72e49d4737348c62b481b45b072fbf5cde6f.tar.bz2 |
notmuch: replied tag
-rw-r--r-- | notmuch.org | 4 |
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))) |