GitXplorerGitXplorer
a

notmuch-notifier

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
2f7ef6f6e28e6bbbb774b831a312580f7ebf54be

better error handling. Uh, I mean WORKING error handling. :)

committed 14 years ago
Unverified
d60602361351e5894afb6bbd3f201a2eabe2007c

update errata

committed 14 years ago
Unverified
f4bd1e43c506cf1ba7279d07d62bdc1c96fb6b49

strip output of tailing newlines

committed 14 years ago
Unverified
6a728cabc38d3c7267919fdbc1bc89c3f2ccf072

graphical error handling, some minor fixes to README.

committed 14 years ago
Unverified
014728db970868e50bd1cc0aa883c3ed260b8a8d

i kan spel

committed 14 years ago
Unverified
dd08824b5db43e94deb494136c042085cc54510c

update of known issues

committed 14 years ago

README

The README file for this repository.
  • About notmuch-notifier is a gnome-based tray application similar to most gmail notifiers. I wrote it out of personal need, when I was about to switch from my old xmobar-based notification system for email to a Gnome-panel based one. It reads at least one query from a configuration file and displays results in the mouse-over tooltip, both hit count and (if any) matching subjects.

Please note that notmuch-notifer doesn't use the Python notmuch bindings, since they just segfaulted all the time in combination with my poller thread. Suggestions are welcome, of course.

  • Usage and features Edit ~/.config/notmuch-notifier/queries to add one query per line, separated by newlines (something like »tag:personal and tag:inbox« is what I use), and run notmuch-notifier. The queries goes directly to »notmuch search«, so be careful.
  • Requirements
  • PyGTK, basically (and the standard Python library)
  • a correctly set up notmuch binary (it may be an SSH wrapper script if you want – I think)
  • License and copying
  • Licenced under GPLv3 or later.
  • Known issues and planned features
  • notmuch-notifier seems to crash with a memory error on extremely large queries.
  • there is no GUI-based way to configure notmuch-notifier yet – it's planned, though.
  • there is currently no handling of errors from notmuch in the poller thread, meaning bad things will happen if you write bad queries.
  • some kind of link back to notmuch/emacs would be nice, and probably doable through emacsclient.