#tray #linux #automatic #mailnagger

app mailnaggertray

Tray icon intended for use with mailnagger

1 unstable release

Uses new Rust 2024

new 0.1.0 Mar 23, 2025

#14 in #tray

Download history 96/week @ 2025-03-19

96 downloads per month

MIT license

12KB
262 lines

mailnaggertray

A tray icon applet for for monitoring new mail using mailnagger written in Rust.

  • OS: Linux
  • License: MIT

Requirements

Installation

  • from the AUR:
# using an AUR helper
paru -S mailnaggertray-git

Manual compilation

# build the crate in release mode
cargo build --release
# run the binary using either one of the following
cargo run --release
./target/release/mailnaggertray

Usage

  • 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

Dependencies

~12–23MB
~368K SLoC