mu4e: Display size column in headers

master
Pierre Neidhardt 2017-07-31 07:58:44 +01:00
parent 56be7d7e3b
commit b50700c8dd
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
;; TODO: With mu4e-alert, default-directory remains stuck to the initial folder,
;; which causes errors if it becomes inaccessible.
;; See: https://github.com/iqbalansari/mu4e-alert/issues/24.
;; TODO: Face of `message-cited-text' does not work.
(when (require 'mu4e-maildirs-extension nil t)
(mu4e-maildirs-extension))
@ -43,6 +44,7 @@
mu4e-headers-date-format "%F %R"
mu4e-headers-fields '((:human-date . 16)
(:flags . 6)
(:size . 6)
(:mailing-list . 10)
(:from . 22)
(:subject))