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

David Bremner david at tethera.net
Sat Apr 9 16:10:54 PDT 2016


aeuii at 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


More information about the notmuch mailing list