From 314d88bb4f3a7a7df743a3e1dff42d40fc4a6c6c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 18 Sep 2020 16:16:14 +0200 Subject: Check-in some tweaks to .gnus NB: gnus-thread-sort-by-most-recent-{date,number} sometimes fail because of bug#42334. --- .gnus | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.gnus') diff --git a/.gnus b/.gnus index ea2f7f6..ecf0bde 100644 --- a/.gnus +++ b/.gnus @@ -27,7 +27,7 @@ gnus-sum-thread-tree-vertical "│" gnus-thread-sort-functions '(gnus-thread-sort-by-number - (not gnus-thread-sort-by-most-recent-number)) + (not gnus-thread-sort-by-most-recent-date)) gnus-treat-display-smileys nil gnus-user-date-format-alist '(((gnus-seconds-today) . "%H:%M") @@ -71,7 +71,7 @@ ;; C-u g show raw, undecoded message source; g to decode ;; T h collapse (hide) thread ;; T s expand (show) thread -;; T k mark thread as read +;; T k, C-M-k mark thread as read ;; M-1 T k mark thread as unread ;; r reply ;; R reply (quoting) @@ -111,6 +111,9 @@ ;; - E to mark as expired ;; - C-u M-g to refresh ;; +;; - how to remove groups deleted on the IMAP server? +;; - b to iterate over "bogus" groups and remove them +;; ;; - how to list most-recent mails on top? ;; - cf. gnus-thread-sort-functions ;; @@ -119,6 +122,7 @@ ;; ;; - how to get contact completion? ;; - install ebdb from GNU ELPA +;; - or just use message-mail-alias-type ;; ;; - how to refresh? ;; - summary buffer: @@ -146,7 +150,7 @@ ;; ;; - gnus-summary-line-format (📎 for attachments) ;; -;; - how to archive mailing list locally? +;; - how to archive mails and news locally? ;; ;; - describe-key is mostly useless in article mode: ;; > X runs the command gnus-article-read-summary-keys -- cgit v1.2.3