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 [ia64 mips 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 emacs-nox | emacs-gtk | emacs-lucid |
24 emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) |
25 emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
26 gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>,
27 dtach (>= 0.8) <!nocheck>,
30 bash-completion (>=1.9.0~),
32 Standards-Version: 4.1.3
33 Homepage: https://notmuchmail.org/
34 Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release
35 Vcs-Browser: https://git.notmuchmail.org/git/notmuch
39 Depends: libnotmuch5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
40 Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm
41 Description: thread-based email index, search and tagging
42 Notmuch is a system for indexing, searching, reading, and tagging
43 large collections of email messages in maildir or mh format. It uses
44 the Xapian library to provide fast, full-text search with a very
45 convenient search syntax.
47 This package contains the notmuch command-line interface
52 Depends: ${shlibs:Depends}, ${misc:Depends}
53 Pre-Depends: ${misc:Pre-Depends}
54 Description: thread-based email index, search and tagging (runtime)
55 Notmuch is a system for indexing, searching, reading, and tagging
56 large collections of email messages in maildir or mh format. It uses
57 the Xapian library to provide fast, full-text search with a very
58 convenient search syntax.
60 This package contains the runtime library, necessary to run
61 applications using libnotmuch.
63 Package: libnotmuch-dev
66 Depends: ${misc:Depends}, libnotmuch5 (= ${binary:Version})
67 Description: thread-based email index, search and tagging (development)
68 Notmuch is a system for indexing, searching, reading, and tagging
69 large collections of email messages in maildir or mh format. It uses
70 the Xapian library to provide fast, full-text search with a very
71 convenient search syntax.
73 This package provides the necessary development libraries and header
74 files to allow you to develop new software using libnotmuch.
76 Package: python-notmuch
79 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch5 (>= ${source:Version})
80 Description: Python interface to the notmuch mail search and index library
81 Notmuch is a system for indexing, searching, reading, and tagging
82 large collections of email messages in maildir or mh format. It uses
83 the Xapian library to provide fast, full-text search with a very
84 convenient search syntax.
86 This package provides a Python interface to the notmuch
87 functionality, directly interfacing with a shared notmuch library.
89 Package: python3-notmuch
92 Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch5 (>= ${source:Version})
93 Description: Python 3 interface to the notmuch mail search and index library
94 Notmuch is a system for indexing, searching, reading, and tagging
95 large collections of email messages in maildir or mh format. It uses
96 the Xapian library to provide fast, full-text search with a very
97 convenient search syntax.
99 This package provides a Python 3 interface to the notmuch
100 functionality, directly interfacing with a shared notmuch library.
102 Package: ruby-notmuch
105 Depends: ${shlibs:Depends}, ${misc:Depends}
106 Description: Ruby interface to the notmuch mail search and index library
107 Notmuch is a system for indexing, searching, reading, and tagging
108 large collections of email messages in maildir or mh format. It uses
109 the Xapian library to provide fast, full-text search with a very
110 convenient search syntax.
112 This package provides a Ruby interface to the notmuch
113 functionality, directly interfacing with a shared notmuch library.
115 Package: notmuch-emacs
118 Depends: elpa-notmuch, ${misc:Depends}
119 Description: thread-based email index, search and tagging (transitional package)
120 This dummy package help ease transition to the new package elpa-notmuch
122 Package: elpa-notmuch
124 Depends: ${misc:Depends}, ${elpa:Depends}
125 Description: thread-based email index, search and tagging (emacs interface)
126 Notmuch is a system for indexing, searching, reading, and tagging
127 large collections of email messages in maildir or mh format. It uses
128 the Xapian library to provide fast, full-text search with a very
129 convenient search syntax.
131 This package provides an emacs based mail user agent based on
136 Breaks: notmuch (<<0.6~254~)
137 Replaces: notmuch (<<0.6~254~)
138 Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch
139 Recommends: ruby-mail
140 Description: thread-based email index, search and tagging (vim interface)
141 Notmuch is a system for indexing, searching, reading, and tagging
142 large collections of email messages in maildir or mh format. It uses
143 the Xapian library to provide fast, full-text search with a very
144 convenient search syntax.
146 This package provides a vim based mail user agent based on
149 Package: notmuch-mutt
153 libmail-box-perl, libmailtools-perl,
154 libstring-shellquote-perl, libterm-readline-gnu-perl,
157 Enhances: notmuch, mutt
158 Description: thread-based email index, search and tagging (Mutt interface)
159 notmuch-mutt provides integration among the Mutt mail user agent and
160 the Notmuch mail indexer.
162 notmuch-mutt offer two main integration features. The first one is
163 the ability of stating a search query interactively and then jump to
164 a fresh Maildir containing its search results only. The second one is
165 the ability to reconstruct threads on the fly starting from the
166 current highlighted mail.