summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-03-26 18:31:41 -0700
committerKevin McCarthy <kevin@8t8.us>2017-03-26 18:31:41 -0700
commit95070a7016d7334ac1d4e664e42afcfdcd96dc1f (patch)
treefb0658eb45aa00d93cbe249d365e54b1a7a72827 /crypt-gpgme.c
parent5af1b825aef689984504a847c8589b2593a08d17 (diff)
Set refresh when popping the menu stack.
This removes the need for the OPTNEEDREDRAW option and MAYBE_REDRAW macro previously used to communicate back the need to refresh after exiting a menu. Remove the redraw parameter from ci_bounce_message() and mix_make_chain() which served the same purpose.
Diffstat (limited to 'crypt-gpgme.c')
-rw-r--r--crypt-gpgme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypt-gpgme.c b/crypt-gpgme.c
index 1a311796..7b010d0f 100644
--- a/crypt-gpgme.c
+++ b/crypt-gpgme.c
@@ -4143,8 +4143,6 @@ static crypt_key_t *crypt_select_key (crypt_key_t *keys,
mutt_pop_current_menu (menu);
mutt_menuDestroy (&menu);
FREE (&key_table);
-
- set_option (OPTNEEDREDRAW);
return k;
}