dotfiles

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

commit d945c4e426100049cb674e95ba2bf99ef5f90291
parent 6af8d6676ee6485b1a86db69f4f948d0434b4a95
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 24 Feb 2019 12:47:23 +0100

Add date to Gnus summary lines

Diffstat:
M.gnus | 14+++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.gnus b/.gnus @@ -20,7 +20,19 @@ (setq smtpmail-smtp-server "smtp.gmail.com" smtpmail-smtp-service 587) -(setq gnus-summary-line-format "%U%R%I%[%-23,23f%] %s\n") +(setq gnus-summary-line-format "%U%R %-16,16&user-date;%I%[%-23,23f%] %s\n" + gnus-user-date-format-alist '(((gnus-seconds-today) + . "%H:%M") + ((+ 86400 (gnus-seconds-today)) + . "Yesterday %H:%M") + (604800 + . "%a %H:%M") + ((gnus-seconds-month) + . "%a %d") + ((gnus-seconds-year) + . "%b %d") + (t + . "%F"))) ;; Key bindings: ;;