tweak(mu4e): increase human-date to fit full time
Messages from the current day do not fit with the current width since
they are formatted as times (Ex: "05:17:23 PM"). The increase to 12
matches the mu4e defaults.
Amend: d1ba626a2a
This commit is contained in:
parent
facab56a5c
commit
bc32e2ec4c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
;; remove 'lists' column
|
;; remove 'lists' column
|
||||||
mu4e-headers-fields
|
mu4e-headers-fields
|
||||||
'((:account-stripe . 1)
|
'((:account-stripe . 1)
|
||||||
(:human-date . 10)
|
(:human-date . 12)
|
||||||
(:flags . 6) ; 3 icon flags
|
(:flags . 6) ; 3 icon flags
|
||||||
(:from-or-to . 25)
|
(:from-or-to . 25)
|
||||||
(:subject)))
|
(:subject)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue