From 6a55b05eb1433f7d95b324b7bf740fa470d53c60 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 1 Oct 2022 11:44:02 +0200 Subject: Tweak .gnus organization Make it more outline-friendly. --- .gnus | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gnus b/.gnus index 6a163db..4d33566 100644 --- a/.gnus +++ b/.gnus @@ -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) ;; -- cgit v1.2.3