* mu4e-view: use e-mail address as string for the display property; fixes #236

This commit is contained in:
djcb 2013-06-16 12:18:51 +03:00
parent ebc718a674
commit 88459d59ea
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ at POINT, or if nil, at (point)."
(define-key map "C" 'mu4e~view-compose-contact)
(define-key map "c" 'mu4e~view-copy-contact)
(propertize
(if mu4e-view-show-addresses long short)
email
'long long
'short short
'email email