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