summaryrefslogtreecommitdiff
path: root/emacs/notmuch-address.el
Commit message (Collapse)AuthorAge
* emacs: Tell the user how many addresses matched when completingDavid Edmondson2010-04-26
| | | | | | | | When completing an address, tell the user how many addresses in the database matched the query. Edited-by: Carl Worth <cworth@cworth.org>: Removed a stray numeric literal that was causing a compiler warning.
* emacs: Add notmuch-address.el for address completion using notmuchDavid Edmondson2010-04-23
A tool `notmuch-addresses' is required to produce addresses which match a query string. An example of a suitable script can be found in the git repository at http://jkr.acm.jhu.edu/git/notmuch_addresses.git There are no doubt others.