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