]> granicus.if.org Git - neomutt/commit
Fix send-mode printing when expand_filename() returns 1
authorKevin McCarthy <kevin@8t8.us>
Sat, 22 Jun 2019 17:09:02 +0000 (10:09 -0700)
committerRichard Russon <rich@flatcap.org>
Mon, 24 Jun 2019 15:20:39 +0000 (16:20 +0100)
commit1f8714e272e32c78a2539f628bf32050945ead04
tree8c42032d302e2fc2eda29f79a4ff917deee7ccb5
parenteb63ad13d703a0b2b78c7a19e1439d055aef258a
Fix send-mode printing when expand_filename() returns 1

It will return this when a nametemplate entry already matched the
passed in filename.  So this bug required both a print entry and an
already matching nametemplate entry to trigger.

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