mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
error!() will show the error directly to the user, this is not useful in this case, and also the message with the function-name is not for the end-user. instead, the ui shall (and already does) show some explaining text if dc_has_import() returns false; the error!() is disturbing here as this results in two hints shown to the user.