https://github.com/jgmdev/mailnagtray
A tray icon applet for mail monitoring using Mailnag and written on QT
https://github.com/jgmdev/mailnagtray
Last synced: about 1 month ago
JSON representation
A tray icon applet for mail monitoring using Mailnag and written on QT
- Host: GitHub
- URL: https://github.com/jgmdev/mailnagtray
- Owner: jgmdev
- License: gpl-2.0
- Created: 2022-08-30T12:10:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T20:27:19.000Z (over 3 years ago)
- Last Synced: 2025-01-20T14:55:09.945Z (about 1 year ago)
- Language: C++
- Size: 248 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailnag Tray
A tray icon applet for mail monitoring using mailnag and written on QT to
support any desktop environment that supports a standard system tray.
* OS: Linux
* License: GPLv2
## Requirements
* [Mailnag](https://github.com/pulb/mailnag) - mail notifications
* [QT6](https://www.qt.io/) - graphical interface and dbus ipc
* [Libnotify](https://gitlab.gnome.org/GNOME/libnotify) - message notifications
* [Meson](https://mesonbuild.com/) - build the application
## Compilation
To build the application execute the following commands:
```sh
meson setup build --prefix /usr
meson compile -C build
```
## Installation
After a successfull build you can install the utility globally by executing:
```sh
sudo meson install -C build
```
### ArchLinux
A PKGBUILD is available on the Arch User Repository:
```sh
yay -S mailnagtray
```
## Screenshots

