* mu4e: tags (X-Keywords etc.) support in headers/view (thanks to Abdó Roig)

This commit is contained in:
djcb
2012-10-22 23:52:50 +03:00
parent 07890463a7
commit 82bfb55dd7
3 changed files with 19 additions and 9 deletions

View File

@ -363,6 +363,7 @@ if provided, or at the end of the buffer otherwise."
(:human-date (mu4e~headers-human-date msg))
(:flags (propertize (mu4e~headers-flags-str val)
'help-echo (format "%S" val)))
(:tags (propertize (mapconcat 'identity val ", ")))
(:size (mu4e-display-size val))
(t (mu4e-error "Unsupported header field (%S)" field))))
(when str