mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Previously, just pressing "<Enter>" at prompt resulted in following error message: Error: Unknown command: "" type ? for help. This message is harmless, but useless. Also, such behaviour is different from many (if not all) interactive environments: python, bash, dash, ... With this change empty input string is silently ignored.