diff options
Diffstat (limited to '.gnus')
| -rw-r--r-- | .gnus | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -17,6 +17,9 @@ '((nntp "archive.lwn.net") (nntp "news.gmane.io")) + smtpmail-smtp-server "smtp.gmail.com" + smtpmail-smtp-service 587 + ;; Archival of sent messages. gnus-gcc-mark-as-read t ;; The next setting makes the previous one useless; keeping both @@ -50,6 +53,8 @@ . "%b %d") (t . "%F"))) + +;;; Summary tweaks. ;; message-subject-re-regexp is used both in Gnus summary buffers to ;; detect and elide similar subjects in a thread, and by message mode @@ -100,11 +105,8 @@ (sent-prefix (format "%s → " initials))) (setq gnus-summary-to-prefix sent-prefix gnus-summary-newsgroup-prefix sent-prefix)) - -(setq smtpmail-smtp-server "smtp.gmail.com" - smtpmail-smtp-service 587) - -;; Key bindings: + +;;; Key bindings. ;; ;; When browsing group buffer: ;; @@ -154,7 +156,7 @@ ;; C-c C-a attach ;; C-c C-f s change the subject (append "was:") ;; -;; FAQ: +;;; FAQ. ;; ;; - how to see *all mails*, not just unread? ;; - C-u RET @@ -198,7 +200,7 @@ ;; - or add (nntp "*some server*") to gnus-secondary-methods ;; - over the list: u ;; -;; TODOs: +;;; TODO. ;; ;; - gnus-summary-line-format (📎 for attachments) ;; |
