]> git.cworth.org Git - notmuch/commit
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)
commit82aa1acc0c6a66eb3b771357e513eb4d16f9f276
tree24f77e79d3758fd85d2b703e29c3d36801037bf9
parent793f2980910f612fa33806ef71fa7ee35d093657
emacs: move From header addition to after header intern

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.
emacs/notmuch-mua.el