buzz
buzz copied to clipboard
A simple system tray application for notifying about unseen e-mail
Starts and runs but even though I *do* get new email, it doesn't notify me about it. How should I go about troubleshooting this? No errors whatsoever.
A little overview what I'd like to do: - [x] Change account tables to array of tables - [ ] Implement [icon lookup spec](https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup) - [ ] Make icons configurable...
Right now the application searches the entire email account for unread emails. It would be awesome if we could limit that to a list of inboxes, or the other way...
Biggest blockers: - [ ] Find right path for config files (`xdg` equivalent) - [ ] Figure out how to do notifications (e.g., `notify-send`)
I recently added Buzz to my system and so far I've really liked it. I noticed that the icons in the system tray were not showing up. It looks like...
Hi, Is it possible to try to list all the needed dependencies for compiling buzz somewhere? It might be tricky to install otherwise (and takes forever as you have to...
Biggest blockers: - [ ] Find right path for config files (`xdg` equivalent) - [ ] Figure out how to do notifications (e.g., `notify-send`)
As promised, a restructured version of the config as mentioned in: [#6](https://github.com/jonhoo/buzz/issues/6#issuecomment-478699885). I tried to keep fairly consistent with the current code structure and not refactor too much. However, I...
Hi, Maybe I've missed this but does buzz supports using with Gmail? If so it would help if there was a section in the readme about setting this up. Thanks!