summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2020-06-24 22:32:22 +0200
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2020-06-24 22:32:22 +0200
commit1cd75e2e37a4757557e79ca8bc667d654d4e246b (patch)
tree5bd3d44edc5cb6a5e3138e01fd8ae7fe838e6e3c
parent3890fd2d0c603b3421cf6d21212c910f8803af32 (diff)
downloaddotfiles-1cd75e2e37a4757557e79ca8bc667d654d4e246b.tar.xz
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
-rw-r--r--.gnus14
1 files changed, 8 insertions, 6 deletions
diff --git a/.gnus b/.gnus
index 1cbb829..175c4d7 100644
--- 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")