[oni-gnus] Sort threads by date
This commit is contained in:
parent
17e3392313
commit
363b34c53a
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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
|
||||
'(".*"
|
||||
|
|
Loading…
Reference in a new issue