nmail
nmail copied to clipboard
Terminal-based email client for Linux and macOS
Sometimes e-mail delivery is not happening until I manually refresh (pressing L); it happens in idle state only. Yet mails are mostly received in a timely fashion, I cannot make...
CMakeLists now hardcodes Homebrew-specific paths: ``` if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") add_compile_definitions(_XOPEN_SOURCE_EXTENDED) list(APPEND CMAKE_PREFIX_PATH /usr/local/opt/ncurses) list(APPEND CMAKE_PREFIX_PATH /opt/homebrew/opt/ncurses) list(APPEND OPENSSL_ROOT_DIR /usr/local/opt/openssl) list(APPEND OPENSSL_ROOT_DIR /opt/homebrew/opt/openssl) ``` It is undesirable to hardcode any...