mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-16 11:30:10 +00:00
Got rid of '!' command (debug)
This commit is contained in:
parent
3a17401b76
commit
dedb05e6fa
@ -1706,9 +1706,6 @@ void keyboard_hdlr(void) {
|
||||
case 0x13: // Ctrl-S 'Send queued messages'
|
||||
load_smtp65();
|
||||
break;
|
||||
case '!': // Secret debug command!!!
|
||||
load_pop65();
|
||||
break;
|
||||
case 'q':
|
||||
case 'Q':
|
||||
if (prompt_okay("Quit - ")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user