diff options
| -rw-r--r-- | oni-notmuch.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-notmuch.el b/oni-notmuch.el index a3695e1..eafd719 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0804.234042 +;; Version: 2025.1215.001230 ;; Package-Requires: (oni-sendmail notmuch ol-notmuch olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -75,6 +75,8 @@ Display SIGNAL when the process has finished and refresh the "sync") (widget-insert "\n")) +(setq-default notmuch-search-oldest-first nil) + (add-to-list 'notmuch-search-line-faces '("@me" . (:foreground "#90ca82"))) (add-to-list 'notmuch-search-line-faces |
