summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gnus14
1 files changed, 14 insertions, 0 deletions
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))