blob: d1ce89da696a3fc85dd0913e729d714c93b7d8a4 (
plain)
1
2
3
4
5
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)"
}
|