summaryrefslogtreecommitdiffstats
path: root/autocrypt
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-08-07 14:17:28 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-07 14:17:28 -0700
commit01bc088c29993445c3a69824a74cb43bc87a93c1 (patch)
tree360aba44553ab19be09905169f076f211271935a /autocrypt
parentd55b0390971e3fa977bc15f390bcdadc80d86532 (diff)
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.
Diffstat (limited to 'autocrypt')
-rw-r--r--autocrypt/autocrypt.c5
1 files changed, 0 insertions, 5 deletions
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.