This removes the need to manually clear the screen during pre-menu
operations, such as autocrypt first run initialization.
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.
else
{
CurrentMenu = MENU_MAIN;
+ move (0, 0);
+ clrtobot ();
}
}