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.

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

Re: Clojure(Script) web apps in 2018

2018-09-24 Thread James Reeves
I don't want to derail the conversation, but on the subject of Duct and Integrant, it's certainly possible to use regular Duct libraries in Integrant without buying into Duct's module system, should you want something more straightforward. The latest alpha version of Integrant also adds a

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

Re: Clojure(Script) web apps in 2018

2018-09-24 Thread Rick Moynihan
I'm a massive fan of integrant on which duct is based. In my mind it takes Stuart Sierrra's component to its logical conclusion, which is essentially treating the system as EDN configuration. I think most moderate/large component projects tend to want to convert systems into config. Essentially