From 363b34c53a180b7a568e9deed5e895ca05fbefa0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Apr 2021 18:09:47 -0700 Subject: [oni-gnus] Sort threads by date --- oni-gnus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-gnus.el b/oni-gnus.el index 4469fd3..3c69432 100644 --- a/oni-gnus.el +++ b/oni-gnus.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0425.174415 +;; Version: 2021.0425.180812 ;; Package-Requires: (oni-data-dir) ;; This program is free software; you can redistribute it and/or modify @@ -68,6 +68,7 @@ Do this N times." '(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/"))) (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references) +(setq gnus-thread-sort-functions '(gnus-thread-sort-by-date)) (add-to-list 'gnus-posting-styles '(".*" -- cgit v1.2.3-54-g00ecf