diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-13 11:39:38 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-13 11:39:38 +0000 |
commit | c81464bc1f415f0867ee67a45bb09bf63479e295 (patch) | |
tree | 4c16a4e288e635ce160643e1bef616e224459a9a /Emacs/.config/emacs | |
parent | cd95e326963e750405c7ff94681c0edc11c4f207 (diff) | |
download | dotfiles-c81464bc1f415f0867ee67a45bb09bf63479e295.tar.gz dotfiles-c81464bc1f415f0867ee67a45bb09bf63479e295.tar.bz2 dotfiles-c81464bc1f415f0867ee67a45bb09bf63479e295.zip |
(Mail|Emacs)~notmuch settings
+a few more tags to make organizing stuff easier
+recent searches to notmuch-hello
~path to database is now relative
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 15045ea..c8c7c54 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1368,7 +1368,7 @@ integrate it into my workflow just a bit better. :custom (notmuch-show-logo nil) (notmuch-search-oldest-first nil) - (notmuch-hello-sections '(notmuch-hello-insert-saved-searches notmuch-hello-insert-alltags)) + (notmuch-hello-sections '(notmuch-hello-insert-saved-searches notmuch-hello-insert-alltags notmuch-hello-insert-recent-searches)) (notmuch-archive-tags '("-inbox" "-unread" "+archive")) (mail-signature +mail/signature) (mail-default-directory +mail/local-dir) |