4 Maintainer: Carl Worth <cworth@debian.org>
6 Jameson Graef Rollins <jrollins@finestructure.net>,
7 David Bremner <bremner@debian.org>,
9 gdb [ia64 mips mips64el],
13 bash-completion (>=1.9.0~),
14 debhelper-compat (= 13),
19 dpkg-dev (>= 1.17.14),
20 dtach (>= 0.8) <!nocheck>,
21 emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
22 gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>,
25 libgmime-3.0-dev (>= 3.0.3~),
31 python3-all (>= 3.1.2-7~),
38 ruby-dev (>>1:1.9.3~),
40 Standards-Version: 4.4.1
41 Homepage: https://notmuchmail.org/
42 Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release
43 Vcs-Browser: https://git.notmuchmail.org/git/notmuch
44 Rules-Requires-Root: no
49 libnotmuch5 (= ${binary:Version}),
53 elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
58 Description: thread-based email index, search and tagging
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 contains the notmuch command-line interface
74 Description: thread-based email index, search and tagging (runtime)
75 Notmuch is a system for indexing, searching, reading, and tagging
76 large collections of email messages in maildir or mh format. It uses
77 the Xapian library to provide fast, full-text search with a very
78 convenient search syntax.
80 This package contains the runtime library, necessary to run
81 applications using libnotmuch.
83 Package: libnotmuch-dev
87 libnotmuch5 (= ${binary:Version}),
89 Description: thread-based email index, search and tagging (development)
90 Notmuch is a system for indexing, searching, reading, and tagging
91 large collections of email messages in maildir or mh format. It uses
92 the Xapian library to provide fast, full-text search with a very
93 convenient search syntax.
95 This package provides the necessary development libraries and header
96 files to allow you to develop new software using libnotmuch.
98 Package: python3-notmuch
102 libnotmuch5 (>= ${source:Version}),
105 Description: Python 3 legacy interface to the notmuch mail search and index library
106 Notmuch is a system for indexing, searching, reading, and tagging
107 large collections of email messages in maildir or mh format. It uses
108 the Xapian library to provide fast, full-text search with a very
109 convenient search syntax.
111 This package provides a legacy Python 3 interface to the notmuch
112 functionality, directly interfacing with a shared notmuch library.
114 New projects are encouraged to use python3-notmuch2 instead.
116 Package: python3-notmuch2
120 libnotmuch5 (>= ${source:Version}),
124 Description: Python 3 interface to the notmuch mail search and index library
125 Notmuch is a system for indexing, searching, reading, and tagging
126 large collections of email messages in maildir or mh format. It uses
127 the Xapian library to provide fast, full-text search with a very
128 convenient search syntax.
130 This package provides a Python 3 interface to the notmuch
131 functionality using CFFI bindings, which interface with a shared
134 This is the preferred way to use notmuch via Python.
136 Package: ruby-notmuch
142 Description: Ruby interface to the notmuch mail search and index library
143 Notmuch is a system for indexing, searching, reading, and tagging
144 large collections of email messages in maildir or mh format. It uses
145 the Xapian library to provide fast, full-text search with a very
146 convenient search syntax.
148 This package provides a Ruby interface to the notmuch
149 functionality, directly interfacing with a shared notmuch library.
151 Package: elpa-notmuch
156 Suggests: elpa-mailscripts
157 Description: thread-based email index, search and tagging (emacs interface)
158 Notmuch is a system for indexing, searching, reading, and tagging
159 large collections of email messages in maildir or mh format. It uses
160 the Xapian library to provide fast, full-text search with a very
161 convenient search syntax.
163 This package provides an emacs based mail user agent based on
169 notmuch (<<0.6~254~),
171 notmuch (<<0.6~254~),
180 Description: thread-based email index, search and tagging (vim interface)
181 Notmuch is a system for indexing, searching, reading, and tagging
182 large collections of email messages in maildir or mh format. It uses
183 the Xapian library to provide fast, full-text search with a very
184 convenient search syntax.
186 This package provides a vim based mail user agent based on
189 Package: notmuch-mutt
194 libstring-shellquote-perl,
195 libterm-readline-gnu-perl,
204 Description: thread-based email index, search and tagging (Mutt interface)
205 notmuch-mutt provides integration among the Mutt mail user agent and
206 the Notmuch mail indexer.
208 notmuch-mutt offer two main integration features. The first one is
209 the ability of stating a search query interactively and then jump to
210 a fresh Maildir containing its search results only. The second one is
211 the ability to reconstruct threads on the fly starting from the
212 current highlighted mail.