Re: [PATCH] emacs: make use of `message-make-from'

Subject: Re: [PATCH] emacs: make use of `message-make-from'

Date: Sat, 09 Apr 2016 20:10:54 -0300

To: aeuii@posteo.de, notmuch@notmuchmail.org

Cc:

From: David Bremner


aeuii@posteo.de writes:

> -    (push (cons 'From (concat
> -		       (notmuch-user-name) " <" (notmuch-user-primary-email) ">")) other-headers))
> +    (push (cons 'From (message-make-from
> +		       (notmuch-user-name) (notmuch-user-primary-email))) other-headers))

Looks OK to me. Any comments from our emacs front end experts?

d

Thread: