1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: notmuch-addrlookup
Section: utils
Priority: optional
Maintainer: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13), libnotmuch-dev, libglib2.0-dev
Standards-Version: 4.6.2
Homepage: https://github.com/aperezdc/notmuch-addrlookup-c
Vcs-Git: https://salsa.debian.org/debian/notmuch-addrlookup.git
Vcs-Browser: https://salsa.debian.org/debian/notmuch-addrlookup
Rules-Requires-Root: no
Package: notmuch-addrlookup
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Address lookup tool for Notmuch
This package uses the Notmuch database to output the names and e-mail
addresses of the people you have exchanged e-mails with, most used ones
first. This works neatly as address completer for the Notmuch Emacs
interface.
.
The program works by invoking from a shell. The only argument it takes is
a string, which is searched for in the e-mail addresses contained in the
headers of the messages indexed by Notmuch.
|