diff options
| author | 2025-12-15 00:16:42 -0800 | |
|---|---|---|
| committer | 2025-12-15 00:28:16 -0800 | |
| commit | 0eeb605b6bd938369847271826138ff987a8c437 (patch) | |
| tree | b7540c71fe0fbd0eb5cf9949c21ab2c78e49be66 | |
| parent | 2218b002e2a35e8cecc76a33646eb54cc7f3ade2 (diff) | |
| download | emacs-config-0eeb605b6bd938369847271826138ff987a8c437.tar.gz emacs-config-0eeb605b6bd938369847271826138ff987a8c437.zip | |
oni-notmuch: Show newest emails first
| -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 |
