@@ -76,9 +76,11 @@ void app_main (void) {
mprintf (PROMPT);
uint8_t ch = 0;
for (;;) {
mail_receive (&ch, 1);
int ch = kb_read_key ();
if (ch == 0)
continue;
if (ch == '\n')
break;
The note is not visible to the blocked user.