From 01bc088c29993445c3a69824a74cb43bc87a93c1 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 7 Aug 2019 14:17:28 -0700 Subject: Automatically clear screen when popping the last menu. This removes the need to manually clear the screen during pre-menu operations, such as autocrypt first run initialization. --- autocrypt/autocrypt.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'autocrypt') diff --git a/autocrypt/autocrypt.c b/autocrypt/autocrypt.c index 4ef47a8d..49ca9d56 100644 --- a/autocrypt/autocrypt.c +++ b/autocrypt/autocrypt.c @@ -838,11 +838,6 @@ void mutt_autocrypt_scan_mailboxes (void) mutt_buffer_clear (folderbuf); } - /* outside of the MUTTMENU system, we have to deal with issues - * like the file browser not being cleared from the screen... */ - move (0, 0); - clrtobot (); - /* L10N: This is the second prompt to see if the user would like to scan more than one mailbox for Autocrypt headers. -- cgit v1.2.3