dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 314d88bb4f3a7a7df743a3e1dff42d40fc4a6c6c
parent 1180e5d652515591c7c94a78e401a3a7001d6aa0
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 18 Sep 2020 16:16:14 +0200

Check-in some tweaks to .gnus

NB: gnus-thread-sort-by-most-recent-{date,number} sometimes fail
because of bug#42334.

Diffstat:
M.gnus | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git 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