4 Maintainer: Carl Worth <cworth@debian.org>
6 Jameson Graef Rollins <jrollins@finestructure.net>,
7 David Bremner <bremner@debian.org>
8 Build-Conflicts: ruby1.8, gdb-minimal, gdb [s390x ia64 armel ppc64el mips mipsel mips64el]
10 dpkg-dev (>= 1.17.14),
14 libgmime-3.0-dev (>= 3.0.3~) | libgmime-2.6-dev (>= 2.6.7~),
17 python-all (>= 2.6.6-3~),
18 python3-all (>= 3.1.2-7~),
22 ruby, ruby-dev (>>1:1.9.3~),
23 emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) |
24 emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) |
25 emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),
26 gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el !kfreebsd-any !alpha],
30 bash-completion (>=1.9.0~)
31 Standards-Version: 4.1.3
32 Homepage: https://notmuchmail.org/
33 Vcs-Git: git://notmuchmail.org/git/notmuch
34 Vcs-Browser: https://git.notmuchmail.org/git/notmuch
38 Depends: libnotmuch5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
39 Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm
40 Description: thread-based email index, search and tagging
41 Notmuch is a system for indexing, searching, reading, and tagging
42 large collections of email messages in maildir or mh format. It uses
43 the Xapian library to provide fast, full-text search with a very
44 convenient search syntax.
46 This package contains the notmuch command-line interface
51 Depends: ${shlibs:Depends}, ${misc:Depends}
52 Pre-Depends: ${misc:Pre-Depends}
53 Description: thread-based email index, search and tagging (runtime)
54 Notmuch is a system for indexing, searching, reading, and tagging
55 large collections of email messages in maildir or mh format. It uses
56 the Xapian library to provide fast, full-text search with a very
57 convenient search syntax.
59 This package contains the runtime library, necessary to run
60 applications using libnotmuch.
62 Package: libnotmuch-dev
65 Depends: ${misc:Depends}, libnotmuch5 (= ${binary:Version})
66 Description: thread-based email index, search and tagging (development)
67 Notmuch is a system for indexing, searching, reading, and tagging
68 large collections of email messages in maildir or mh format. It uses
69 the Xapian library to provide fast, full-text search with a very
70 convenient search syntax.
72 This package provides the necessary development libraries and header
73 files to allow you to develop new software using libnotmuch.
75 Package: python-notmuch
78 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch5 (>= ${source:Version})
79 Description: Python interface to the notmuch mail search and index library
80 Notmuch is a system for indexing, searching, reading, and tagging
81 large collections of email messages in maildir or mh format. It uses
82 the Xapian library to provide fast, full-text search with a very
83 convenient search syntax.
85 This package provides a Python interface to the notmuch
86 functionality, directly interfacing with a shared notmuch library.
88 Package: python3-notmuch
91 Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch5 (>= ${source:Version})
92 Description: Python 3 interface to the notmuch mail search and index library
93 Notmuch is a system for indexing, searching, reading, and tagging
94 large collections of email messages in maildir or mh format. It uses
95 the Xapian library to provide fast, full-text search with a very
96 convenient search syntax.
98 This package provides a Python 3 interface to the notmuch
99 functionality, directly interfacing with a shared notmuch library.
101 Package: ruby-notmuch
104 Depends: ${shlibs:Depends}, ${misc:Depends}
105 Description: Ruby 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 Ruby interface to the notmuch
112 functionality, directly interfacing with a shared notmuch library.
114 Package: notmuch-emacs
117 Depends: elpa-notmuch, ${misc:Depends}
118 Description: thread-based email index, search and tagging (transitional package)
119 This dummy package help ease transition to the new package elpa-notmuch
121 Package: elpa-notmuch
123 Depends: ${misc:Depends}, ${elpa:Depends}
124 Description: thread-based email index, search and tagging (emacs interface)
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 an emacs based mail user agent based on
135 Breaks: notmuch (<<0.6~254~)
136 Replaces: notmuch (<<0.6~254~)
137 Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch
138 Recommends: ruby-mail
139 Description: thread-based email index, search and tagging (vim interface)
140 Notmuch is a system for indexing, searching, reading, and tagging
141 large collections of email messages in maildir or mh format. It uses
142 the Xapian library to provide fast, full-text search with a very
143 convenient search syntax.
145 This package provides a vim based mail user agent based on
148 Package: notmuch-mutt
152 libmail-box-perl, libmailtools-perl,
153 libstring-shellquote-perl, libterm-readline-gnu-perl,
156 Enhances: notmuch, mutt
157 Description: thread-based email index, search and tagging (Mutt interface)
158 notmuch-mutt provides integration among the Mutt mail user agent and
159 the Notmuch mail indexer.
161 notmuch-mutt offer two main integration features. The first one is
162 the ability of stating a search query interactively and then jump to
163 a fresh Maildir containing its search results only. The second one is
164 the ability to reconstruct threads on the fly starting from the
165 current highlighted mail.