mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-08-05 08:26:09 +00:00
Added missing break
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user