Add date to GNUS summary lines
This commit is contained in:
parent
cce21157e0
commit
0599e05695
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2019.0904.210542
|
;; Version: 2020.0415.011434
|
||||||
;; Package-Requires: (oni-data-dir)
|
;; Package-Requires: (oni-data-dir)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -60,6 +60,7 @@ Do this N times."
|
||||||
(define-key gnus-summary-mode-map (kbd "M-d") #'oni-gnus-delete-forward)
|
(define-key gnus-summary-mode-map (kbd "M-d") #'oni-gnus-delete-forward)
|
||||||
|
|
||||||
(setq gnus-group-line-format "%P%(%20G%): %-10s %S%p%B %5y %5T\n")
|
(setq gnus-group-line-format "%P%(%20G%): %-10s %S%p%B %5y %5T\n")
|
||||||
|
(setq gnus-summary-line-format "%U%R%z %&user-date;%20= %I%(%[%4L: %-23,23f%]%) %s\n")
|
||||||
|
|
||||||
(setq gnus-select-method
|
(setq gnus-select-method
|
||||||
'(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/")))
|
'(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/")))
|
||||||
|
|
Loading…
Reference in a new issue