summaryrefslogtreecommitdiff
path: root/~fauno/vala-notmuch/vala-notmuch.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-12 12:15:29 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-12 12:15:29 -0300
commitb19a2a83f67736ae7ad359aece93b9171ecc7611 (patch)
tree6ade7f03ee7ee28f6e154ec1d037153e12cc3f4e /~fauno/vala-notmuch/vala-notmuch.install
parentc083fb1dc77fd230f04c38b160a4ce53fd670a63 (diff)
downloadabslibre-b19a2a83f67736ae7ad359aece93b9171ecc7611.tar.gz
abslibre-b19a2a83f67736ae7ad359aece93b9171ecc7611.tar.bz2
abslibre-b19a2a83f67736ae7ad359aece93b9171ecc7611.zip
~fauno/vala-notmuch-20120112-1
Diffstat (limited to '~fauno/vala-notmuch/vala-notmuch.install')
-rw-r--r--~fauno/vala-notmuch/vala-notmuch.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/~fauno/vala-notmuch/vala-notmuch.install b/~fauno/vala-notmuch/vala-notmuch.install
new file mode 100644
index 000000000..d1ce89da6
--- /dev/null
+++ b/~fauno/vala-notmuch/vala-notmuch.install
@@ -0,0 +1,6 @@
+post_install() {
+echo "To use within emacs, add the following to your .emacs:"
+echo "(require 'notmuch-address)"
+echo "(setq notmuch-address-command "/usr/bin/addrlookup")"
+echo "(notmuch-address-message-insinuate)"
+}