diff options
author | jao <jao@gnu.org> | 2024-04-26 04:47:59 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-26 04:47:59 +0100 |
commit | f306523e55d5a8d79208d7ef56b1aa6a9ba785d1 (patch) | |
tree | a5836ea36a4b69d70a37afef072e63e7e4ca39a3 | |
parent | 7595d2af7efad2e83c2fe9b2d48727f59ff7402e (diff) | |
download | elibs-f306523e55d5a8d79208d7ef56b1aa6a9ba785d1.tar.gz elibs-f306523e55d5a8d79208d7ef56b1aa6a9ba785d1.tar.bz2 |
whitespace
-rw-r--r-- | custom/jao-custom-gnus.el | 5 |
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 "\\)")) |