Change a couple gnus settings

This commit is contained in:
Case Duckworth 2021-04-27 11:34:29 -05:00
parent 5adbcfab5d
commit d466b613ea
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
(nnir-search-engine imap))
(nntp "news.tilde.club")))
;;; Gnus behavior options
(setq gnus-gcc-mark-as-read t
message-signature (or (file-exists-p message-signature-file)
"~ acdw"))
;;; Gnus UI options
(setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date
(not gnus-thread-sort-by-number))