Hey Jeff,

On Tue, Sep 25 2018, Jeff Kowalczyk wrote:
I would like to configure mu4e:view to display the email address along with the display name in the To: From: Cc: Bcc: etc fields.

This is definitely the wrong list, but given how easy it is to do this, I thought I'd help you out.

 (setq mu4e-view-show-addresses t)

Going a step farther, it would be great to use a function with access to this information ...

Setting it to a function is harder, but you could advise mu4e~view-construct-contacts-header if you really wanted to. That's not a public function, though, so it might change in future.

Carlo

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to