diff options
Diffstat (limited to '.gnus')
| -rw-r--r-- | .gnus | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -12,6 +12,8 @@ (nniamp-stream ssl) (nnmail-expiry-target "nnimap+gmail:[Gmail]/Trash") (nnmail-expiry-wait immediate)) + gnus-secondary-select-methods + '((nntp "archive.lwn.net")) gnus-summary-line-format "%U%R %-16,16&user-date;%I%[%-23,23f%] %s\n" gnus-thread-sort-functions '(gnus-thread-sort-by-number @@ -110,12 +112,17 @@ ;; - G cancelled (e.g. moved somewhere else) ;; - . unseen ;; +;; - how to subscribe to mailing lists? +;; - to browse an NNTP server, either +;; - hit B in the group buffer, then nntp *some server* +;; - or add (nntp "*some server*") to gnus-secondary-methods +;; - over the list: u +;; ;; TODOs: ;; ;; - gnus-summary-line-format (📎 for attachments) ;; -;; - browse mailing list -;; https://emacs.stackexchange.com/questions/5298/reading-mailing-list-archives-in-emacs +;; - how to archive mailing list locally? ;; ;; - describe-key is mostly useless in article mode: ;; > X runs the command gnus-article-read-summary-keys |
