1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: ol-notmuch
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
Xiyue Deng <manphiz@gmail.com>,
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.7.0
Homepage: https://github.com/tarsius/ol-notmuch
Vcs-Browser: https://salsa.debian.org/emacsen-team/ol-notmuch
Vcs-Git: https://salsa.debian.org/emacsen-team/ol-notmuch.git
Rules-Requires-Root: no
Package: elpa-ol-notmuch
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: Links to notmuch messages
This file implements links to notmuch messages and "searches". A
search is a query to be performed by notmuch; it is the equivalent
to folders in other mail clients. Similarly, mails are referred to
by a query, so both a link can refer to several mails.
.
Links have one the following form
notmuch:<search terms>
notmuch-search:<search terms>.
.
The first form open the queries in notmuch-show mode, whereas the
second link open it in notmuch-search mode. Note that queries are
performed at the time the link is opened, and the result may be
different from when the link was stored.
|