summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2022-10-01 11:44:02 +0200
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2022-10-01 12:04:21 +0200
commit6a55b05eb1433f7d95b324b7bf740fa470d53c60 (patch)
tree446b6388c11803f1c8349cd57ee3ebc57db9611f
parent86c0a058e54df4673a6dc6d0ac733076537d8c99 (diff)
downloaddotfiles-6a55b05eb1433f7d95b324b7bf740fa470d53c60.tar.xz
Tweak .gnus organization
Make it more outline-friendly.
-rw-r--r--.gnus16
1 files 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)
;;