]> granicus.if.org Git - neomutt/commit
Turn off macro processing during autocrypt initialization
authorKevin McCarthy <kevin@8t8.us>
Thu, 8 Aug 2019 01:34:58 +0000 (18:34 -0700)
committerRichard Russon <rich@flatcap.org>
Mon, 19 Aug 2019 23:14:28 +0000 (00:14 +0100)
commit3b2790cb5c808e71ed7978f54b4fbb15de77a289
tree92e08d1ffa32e9cdcddda9e6604c893764207eef
parent4fa36f8e92c79dd97208452135d804c580dd7eef
Turn off macro processing during autocrypt initialization

The muttrc can push events into the macro buffer, with the assumption
that mailbox will be opened next.  This will interfere with the
prompts uses during first run.  The only issue is that macros won't
work inside the folder browser, if invoked.

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