* mu4e-headers: add tooltip for flags field

This commit is contained in:
djcb 2012-07-10 12:16:04 +03:00
parent 985d5340bc
commit df4fe02141
1 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,8 @@ if provided, or at the end of the buffer otherwise."
mu4e-headers-from-or-to-prefix))
(mu4e~headers-contact-str from-lst)))))
(:date (format-time-string mu4e-headers-date-format val))
(:flags (mu4e-flags-to-string val))
(:flags (propertize (mu4e-flags-to-string val)
'help-echo (format "%S" val)))
(:size (mu4e-display-size val))
(t (mu4e-error "Unsupported header field (%S)" field)))))
(when str