diff options
| -rw-r--r-- | .gnus | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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)) |
