diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 14:53:48 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 14:53:48 -0400 |
commit | aeb1518048e67354bc26d7bb6672f0ed52b0aafc (patch) | |
tree | 0cdad5e3e0345e3e4a4f036e6f8469da33c2f2af | |
parent | f010411149ba101939afc0b364ae049ed4d4f2a4 (diff) |
emacs: Tweak notmuch config.
-rw-r--r-- | dotfiles/.emacs.d/init.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 3378f49..41f509a 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -327,13 +327,11 @@ might be bad." '(("dthompson2@worcester.edu" . "WSU/Sent") ("davet@fsf.org" . "FSF/INBOX.Sent") ("davet@gnu.org" . "FSF/INBOX.Sent") + ("dthompson@vistahigherlearning.com" . "VHL/Sent Items") (".*" . "sent"))) (setf notmuch-saved-searches - '((:name "unread" :query "tag:unread") - (:name "inbox" :query "tag:inbox") - (:name "important" :query "tag:important") - (:name "fsfsys" :query "tag:fsfsys"))) + '((:name "inbox" :query "tag:inbox" :sort-order newest-first))) (define-key notmuch-search-mode-map "u" (lambda () |