mu4e: mu4e~view-compose-contact takes full address when available

This commit is contained in:
djcb 2014-12-13 09:47:17 -08:00
parent c5987700e7
commit 5ab37ab382
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ add text-properties to VAL."
(interactive)
(unless (get-text-property (or point (point)) 'email)
(mu4e-error "No address at point"))
(mu4e~compose-mail (get-text-property (or point (point)) 'email)))
(mu4e~compose-mail (get-text-property (or point (point)) 'long)))
(defun mu4e~view-copy-contact (&optional full)
"Compose a message for the address at (point)."