summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-06 17:05:49 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-06 17:05:49 +0200
commitd8bdd31db6b4a70317894e7d7dbaa98d0a460d47 (patch)
treef5e96440e9357a77f2ec7813fd37220e6e74e7a1
parent4808643b06355820613ebf767d1c57747f9f0b11 (diff)
emacstips: fix cnotmuch link and add link to addrlookup code.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r--emacstips.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index dbf99ed..a68aa55 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -56,8 +56,9 @@ Currently, there is a slight problem with copying the sent mail into your "outbo
As its name implies, notmuch isn't really doing that much (which is part of its appeal to many of us). However, it enables a whole ecosystem of surrounding scripts to work in conjunction with notmuch
* [notmuchsync](http://spaetz.github.com/notmuchsync/)
- notmuchsync is a python tool that allows
-* [cnotmuch](http://pypi.python/pypi/cnotmuch) python bindings for the notmuch shared library. Extensive API documentation available.
+ notmuchsync is a python tool that allows synchronization of maildir flags to/from notmuch tags.
+* [cnotmuch](http://pypi.python.org/pypi/cnotmuch) python bindings for the notmuch shared library. Extensive API documentation available.
+* [addrlookup](http://github.com/spaetz/vala-notmuch) vala spplication that can be used for interactive email address completion.
* gitmuch?
* ...