Re: mu4e:view show email address after display name in message headers

2018-09-25 Thread Colin Yates
Come one now, mocking _AND_ being helpful, that’s just not on! What sort of 
internet would this be if we all went around, (shudder) helping (urgh) each 
other ;-).

> 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.

-- 
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.


Re: mu4e:view show email address after display name in message headers

2018-09-25 Thread Jeff Kowalczyk
Yes, sorry all for the noise. The message was addressed to the wrong list 
in Google Groups UI due to pilot error. Deleted the original post but it 
still goes out to mail interface users. Apologies again.

Jeff

-- 
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.


Re: mu4e:view show email address after display name in message headers

2018-09-24 Thread Carlo Zancanaro

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.


Re: mu4e:view show email address after display name in message headers

2018-09-24 Thread Colin Yates
I guess you could do this in clojure, but you might want to try elisp first ;-).

(I expect the overlap of emacs, clojure and mu users to be significant, so 
maybe this wasn’t the wrong group after all!)

Sent from my iPhone

> On 24 Sep 2018, at 18:26, 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. Is this possible with 
> current mu4e customization options? The information is already present in the 
> buffer: if I hover over the name with the mouse cursor, email addresses are 
> displayed in a tool tip. That's not ideal for hands on keyboard usage, 
> however. 
> 
> Going a step farther, it would be great to use a function with access to this 
> information to selectively show the email address or otherwise decorate the 
> display name. i.e. Having the display name read: "John Smith (ACME)", or 
> "Fred Factor (outside)" would be highly convenient.
> 
> Thanks,
> Jeff
> -- 
> 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.

-- 
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.


mu4e:view show email address after display name in message headers

2018-09-24 Thread Jeff Kowalczyk
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. Is this possible 
with current mu4e customization options? The information is already present 
in the buffer: if I hover over the name with the mouse cursor, email 
addresses are displayed in a tool tip. That's not ideal for hands on 
keyboard usage, however. 

Going a step farther, it would be great to use a function with access to 
this information to selectively show the email address or otherwise 
decorate the display name. i.e. Having the display name read: "John Smith 
(ACME)", or "Fred Factor (outside)" would be highly convenient.

Thanks,
Jeff

-- 
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.