From a8ca1b04d93554358620393781722fe2ab77fb3b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 21 Mar 2021 22:50:08 +0100 Subject: Tweak Gnus window layout Keep showing group buffer on the left; that should help shove the article away from the edge of the screen. Also add Scandinavian abbreviation for "re:" to patterns to ignore when determining subject changes. --- .gnus | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gnus b/.gnus index 64ed762..c090be5 100644 --- a/.gnus +++ b/.gnus @@ -49,10 +49,24 @@ message-subject-re-regexp (rx bol (+ (* space) (or "re" "Re" "RE" "aw" "Aw" "AW" + "sv" "Sv" "SV" (seq "bug#" (+ digit)) (seq "[" (+ word) "]")) (? (* space) (? ":") (* space))))) +(gnus-add-configuration + '(summary + (horizontal 1.0 + (vertical 40 (group 1.0)) + (vertical 1.0 (summary 1.0 point))))) +(gnus-add-configuration + '(article + (horizontal 1.0 + (vertical 40 (group 1.0)) + (vertical 1.0 + (summary 0.25 point) + (article 1.0))))) + (let* ((initials (mapconcat (lambda (s) (substring s 0 1)) (split-string user-full-name) nil)) -- cgit v1.2.3