]> granicus.if.org Git - neomutt/commit
Fix mutt_save_message() "enter_fname()" to use buffer version
authorKevin McCarthy <kevin@8t8.us>
Sun, 22 Sep 2019 01:34:51 +0000 (18:34 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 1 Oct 2019 10:25:08 +0000 (11:25 +0100)
commit17ef29b323b06391b51cf93d1121f4a99fe0b90f
treea3c052d56e7d51d2957312f13f12750f269f4a9f
parent430e9c9fbdb94e3d086a38cc3344765a376e285c
Fix mutt_save_message() "enter_fname()" to use buffer version

Commit be632f11 converted this function to use the buffer pool, but
accidentally used the non-buffer prompt when there was already a
buffer-converted version.

Co-authored-by: Richard Russon <rich@flatcap.org>
commands.c