]> granicus.if.org Git - mutt/commit
Fix menu color calls to occur before positioning the cursor. (see #3956)
authorKevin McCarthy <kevin@8t8.us>
Wed, 19 Jul 2017 21:04:32 +0000 (14:04 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 19 Jul 2017 21:04:32 +0000 (14:04 -0700)
commit4790f248dfc6ddb8553cb83c2c6ec95a82f92e44
tree91427b7a0e323ac0b7a2f36afcf1126f621f274a
parentb2bf38471b4eedad6c00428151b57b3a1c1c276b
Fix menu color calls to occur before positioning the cursor. (see #3956)

It is possible for menu->color() to end up fetching an imap message,
and therefore generating a status message.

Because of this, we need to make those calls before we position the cursor.
menu.c