diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-18 16:16:14 +0200 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-18 16:26:23 +0200 |
| commit | 314d88bb4f3a7a7df743a3e1dff42d40fc4a6c6c (patch) | |
| tree | e041dc6daf69ceac96a72ba56de1a8146f285dee | |
| parent | 1180e5d652515591c7c94a78e401a3a7001d6aa0 (diff) | |
| download | dotfiles-314d88bb4f3a7a7df743a3e1dff42d40fc4a6c6c.tar.xz | |
Check-in some tweaks to .gnus
NB: gnus-thread-sort-by-most-recent-{date,number} sometimes fail
because of bug#42334.
| -rw-r--r-- | .gnus | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
