mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-21 01:28:59 +00:00
Added missing break
This commit is contained in:
parent
fa59ce9a2e
commit
64cf1e7e58
@ -496,6 +496,7 @@ void keyboard_hdlr(void) {
|
||||
case 'N':
|
||||
// TODO: Prompt for mailbox name
|
||||
new_mailbox("RECEIVED");
|
||||
break;
|
||||
case 'c':
|
||||
case 'C':
|
||||
// TODO: Prompt for mailbox name
|
||||
|
Loading…
x
Reference in New Issue
Block a user