4 Maintainer: Carl Worth <cworth@debian.org>
6 Jameson Graef Rollins <jrollins@finestructure.net>,
7 martin f. krafft <madduck@debian.org>,
8 David Bremner <bremner@debian.org>
13 libgmime-2.6-dev (>= 2.6.7~) | libgmime-2.4-dev,
16 python-all (>= 2.6.6-3~),
17 python3-all (>= 3.1.2-7~),
18 ruby, ruby-dev (>>1:1.9.3~),
19 emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
20 emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
23 Standards-Version: 3.9.4
24 Homepage: http://notmuchmail.org/
25 Vcs-Git: git://notmuchmail.org/git/notmuch
26 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
30 Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
31 Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt, gnupg-agent
32 Description: thread-based email index, search and tagging
33 Notmuch is a system for indexing, searching, reading, and tagging
34 large collections of email messages in maildir or mh format. It uses
35 the Xapian library to provide fast, full-text search with a very
36 convenient search syntax.
38 This package contains the notmuch command-line interface
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Pre-Depends: ${misc:Pre-Depends}
45 Description: thread-based email index, search and tagging (runtime)
46 Notmuch is a system for indexing, searching, reading, and tagging
47 large collections of email messages in maildir or mh format. It uses
48 the Xapian library to provide fast, full-text search with a very
49 convenient search syntax.
51 This package contains the runtime library, necessary to run
52 applications using libnotmuch.
54 Package: libnotmuch-dev
57 Depends: ${misc:Depends}, libnotmuch3 (= ${binary:Version})
58 Description: thread-based email index, search and tagging (development)
59 Notmuch is a system for indexing, searching, reading, and tagging
60 large collections of email messages in maildir or mh format. It uses
61 the Xapian library to provide fast, full-text search with a very
62 convenient search syntax.
64 This package provides the necessary development libraries and header
65 files to allow you to develop new software using libnotmuch.
67 Package: python-notmuch
70 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch3
71 Description: python interface to the notmuch mail search and index library
72 Notmuch is a system for indexing, searching, reading, and tagging
73 large collections of email messages in maildir or mh format. It uses
74 the Xapian library to provide fast, full-text search with a very
75 convenient search syntax.
77 This package provides a Python interface to the notmuch
78 functionality, directly interfacing with a shared notmuch library.
80 Package: python3-notmuch
83 Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch3
84 Description: Python 3 interface to the notmuch mail search and index library
85 Notmuch is a system for indexing, searching, reading, and tagging
86 large collections of email messages in maildir or mh format. It uses
87 the Xapian library to provide fast, full-text search with a very
88 convenient search syntax.
90 This package provides a Python 3 interface to the notmuch
91 functionality, directly interfacing with a shared notmuch library.
96 Depends: ${shlibs:Depends}, ${misc:Depends}
97 Description: Ruby interface to the notmuch mail search and index library
98 Notmuch is a system for indexing, searching, reading, and tagging
99 large collections of email messages in maildir or mh format. It uses
100 the Xapian library to provide fast, full-text search with a very
101 convenient search syntax.
103 This package provides a Ruby interface to the notmuch
104 functionality, directly interfacing with a shared notmuch library.
106 Package: notmuch-emacs
109 Breaks: notmuch (<<0.6~254~)
110 Replaces: notmuch (<<0.6~254~)
111 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
112 emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) |
113 emacs24 (>= 24~) | emacs24-nox (>=24~) | emacs24-lucid (>=24~)
114 Description: thread-based email index, search and tagging (emacs interface)
115 Notmuch is a system for indexing, searching, reading, and tagging
116 large collections of email messages in maildir or mh format. It uses
117 the Xapian library to provide fast, full-text search with a very
118 convenient search syntax.
120 This package provides an emacs based mail user agent based on
123 Package: notmuch-mutt
127 libmail-box-perl, libmailtools-perl,
128 libstring-shellquote-perl, libterm-readline-gnu-perl,
131 Recommends: mutt, fdupes
132 Enhances: notmuch, mutt
133 Description: thread-based email index, search and tagging (Mutt interface)
134 notmuch-mutt provides integration among the Mutt mail user agent and
135 the Notmuch mail indexer.
137 notmuch-mutt offer two main integration features. The first one is
138 the ability of stating a search query interactively and then jump to
139 a fresh Maildir containing its search results only. The second one is
140 the ability to reconstruct threads on the fly starting from the
141 current highlighted mail.