summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-gnus.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index 68cf0a5..bc7ce51 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -327,8 +327,7 @@
gnus-summary-make-false-root 'adopt
gnus-summary-gather-subject-limit nil ;; 120
gnus-summary-thread-gathering-function #'gnus-gather-threads-by-subject
- gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date
-
+ gnus-sort-gathered-threads-function 'gnus-thread-sort-by-number
gnus-thread-sort-functions '(gnus-thread-sort-by-number))
(defun jao-fix-protonmail-references (header)
@@ -561,7 +560,7 @@
(gnus-article-remove-images)))))
(jao-gnus-browse-html)))
-;;;; remove html in From:
+;;;; format From:
(require 'shr)
(defvar jao-gnus--from-rx
(concat "From: \\\"?\\( *" jao-gnus--news-rx "\\)"))