nmail icon indicating copy to clipboard operation
nmail copied to clipboard

Terminal-based email client for Linux and macOS

Results 13 nmail issues
Sort by recently updated
recently updated
newest added

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...

bug