]> git.cworth.org Git - notmuch/commitdiff
emacs: move From header addition to after header intern
authorRussell Sim <russell.sim@gmail.com>
Tue, 20 Sep 2022 20:18:03 +0000 (22:18 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 5 Nov 2022 17:30:50 +0000 (13:30 -0400)
OTHER-HEADERS are expected to be passed as strings, to match the
implementation of `compose-mail'.  But the "From" header is currently
expected to be passed as a symbol.  Instead the "From" header can be
safely added after converting all the headers to symbols.


No differences found