A tray icon applet for for monitoring new mail using mailnagger written in Rust.
- OS: Linux
- License: MIT
- a system tray
- everything mailnagger needs to run
- Cargo
- from the AUR:
# using an AUR helper
paru -S mailnaggertray-git# build the crate in release mode
cargo build --release
# run the binary using either one of the following
cargo run --release
./target/release/mailnaggertray- before first running the program, configure mailnagger using
mailnagger-config(this is necessary) - notifications are sent by mailnagger itself, mailnaggertray only lists them
- the mailnagger process is started by mailnaggertray automatically