dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 1cd75e2e37a4757557e79ca8bc667d654d4e246b
parent 3890fd2d0c603b3421cf6d21212c910f8803af32
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 24 Jun 2020 22:32:22 +0200

Tweak Gnus summary

- get rid of diamonds
- don't use sender name if I'm the sender
- fix off-by-one error when humanizing dates

Diffstat:
M.gnus | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/.gnus b/.gnus @@ -15,12 +15,14 @@ gnus-secondary-select-methods '((nntp "archive.lwn.net") (nntp "news.gmane.io")) - gnus-summary-line-format "%*%U%R %-16,16&user-date; %B%-23,23n %s\n" - gnus-summary-dummy-line-format " β”Œβ—ˆ %S\n" + gnus-summary-line-format "%*%U%R %-16,16&user-date; %B%-23,23f %s\n" + gnus-summary-newsgroup-prefix "me β‡’ " + gnus-summary-to-prefix "me β†’ " + gnus-summary-dummy-line-format " β•­ %S\n" gnus-summary-make-false-root 'dummy - gnus-sum-thread-tree-root "β”Œβ—ˆ " - gnus-sum-thread-tree-false-root "┄┐ " - gnus-sum-thread-tree-single-indent " β—ˆ " + gnus-sum-thread-tree-root "β•­ " + gnus-sum-thread-tree-false-root "┬ " + gnus-sum-thread-tree-single-indent " " gnus-sum-thread-tree-indent " " gnus-sum-thread-tree-single-leaf "β•°β–Ί " gnus-sum-thread-tree-leaf-with-other "β”œβ–Ί " @@ -33,7 +35,7 @@ . "%H:%M") ((+ 86400 (gnus-seconds-today)) . "Yesterday %H:%M") - (604800 + ((* 6 86400) . "%a %H:%M") ((gnus-seconds-month) . "%a %d")