* mu4e-view: use e-mail address as string for the display property; fixes #236
This commit is contained in:
@ -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-compose-contact)
|
||||||
(define-key map "c" 'mu4e~view-copy-contact)
|
(define-key map "c" 'mu4e~view-copy-contact)
|
||||||
(propertize
|
(propertize
|
||||||
(if mu4e-view-show-addresses long short)
|
email
|
||||||
'long long
|
'long long
|
||||||
'short short
|
'short short
|
||||||
'email email
|
'email email
|
||||||
|
|||||||
Reference in New Issue
Block a user