From 6cb837fbd1a3d7bb4758c9f6dd8188d14c59dab9 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 9 May 2019 23:28:09 +0200 Subject: Minor rearrangements to Gnus configuration Don't know why I thought those gnus- variables deserved to be in their own setq. --- .gnus | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.gnus') diff --git a/.gnus b/.gnus index 57702d7..34a9ce5 100644 --- a/.gnus +++ b/.gnus @@ -12,15 +12,11 @@ (nniamp-stream ssl) (nnmail-expiry-target "nnimap+gmail:[Gmail]/Trash") (nnmail-expiry-wait immediate)) + gnus-summary-line-format "%U%R %-16,16&user-date;%I%[%-23,23f%] %s\n" gnus-thread-sort-functions '(gnus-thread-sort-by-number gnus-thread-sort-by-most-recent-date) - gnus-treat-display-smileys nil) - -(setq smtpmail-smtp-server "smtp.gmail.com" - smtpmail-smtp-service 587) - -(setq gnus-summary-line-format "%U%R %-16,16&user-date;%I%[%-23,23f%] %s\n" + gnus-treat-display-smileys nil gnus-user-date-format-alist '(((gnus-seconds-today) . "%H:%M") ((+ 86400 (gnus-seconds-today)) @@ -34,6 +30,9 @@ (t . "%F"))) +(setq smtpmail-smtp-server "smtp.gmail.com" + smtpmail-smtp-service 587) + ;; Key bindings: ;; ;; When browsing group buffer: -- cgit v1.2.3