2009-11-29 00:30:43 +01:00
|
|
|
Source: notmuch
|
|
|
|
Section: mail
|
2013-01-08 03:20:00 +01:00
|
|
|
Priority: optional
|
2010-01-21 02:38:24 +01:00
|
|
|
Maintainer: Carl Worth <cworth@debian.org>
|
2011-11-11 01:17:56 +01:00
|
|
|
Uploaders:
|
|
|
|
Jameson Graef Rollins <jrollins@finestructure.net>,
|
|
|
|
martin f. krafft <madduck@debian.org>,
|
|
|
|
David Bremner <bremner@debian.org>
|
|
|
|
Build-Depends:
|
2012-11-25 20:40:22 +01:00
|
|
|
debhelper (>= 9),
|
2011-11-11 01:17:56 +01:00
|
|
|
pkg-config,
|
|
|
|
libxapian-dev,
|
2012-03-14 01:40:40 +01:00
|
|
|
libgmime-2.6-dev (>= 2.6.7~) | libgmime-2.4-dev,
|
2011-11-11 01:17:56 +01:00
|
|
|
libtalloc-dev,
|
|
|
|
libz-dev,
|
|
|
|
python-all (>= 2.6.6-3~),
|
2013-01-16 13:17:19 +01:00
|
|
|
python3-all (>= 3.1.2-7~),
|
2013-04-16 21:08:39 +02:00
|
|
|
ruby, ruby-dev,
|
2012-08-03 02:56:26 +02:00
|
|
|
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
|
|
|
|
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
|
2011-11-11 01:17:56 +01:00
|
|
|
gdb,
|
2011-11-21 16:18:00 +01:00
|
|
|
dtach (>= 0.8)
|
2013-05-25 23:37:48 +02:00
|
|
|
Standards-Version: 3.9.4
|
2009-11-29 00:30:43 +01:00
|
|
|
Homepage: http://notmuchmail.org/
|
|
|
|
Vcs-Git: git://notmuchmail.org/git/notmuch
|
2010-04-07 02:53:04 +02:00
|
|
|
Vcs-Browser: http://git.notmuchmail.org/git/notmuch
|
2009-11-29 00:30:43 +01:00
|
|
|
|
|
|
|
Package: notmuch
|
|
|
|
Architecture: any
|
2011-10-04 19:01:21 +02:00
|
|
|
Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
2012-05-15 15:12:25 +02:00
|
|
|
Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt, gnupg-agent
|
2009-11-29 00:30:43 +01:00
|
|
|
Description: thread-based email index, search and tagging
|
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
2010-02-25 20:11:59 +01:00
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
2010-04-07 02:53:48 +02:00
|
|
|
.
|
2011-06-21 19:31:21 +02:00
|
|
|
This package contains the notmuch command-line interface
|
2010-04-07 02:53:48 +02:00
|
|
|
|
2011-10-04 19:01:21 +02:00
|
|
|
Package: libnotmuch3
|
2010-04-07 02:53:48 +02:00
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
2012-11-25 20:40:22 +01:00
|
|
|
Pre-Depends: ${misc:Pre-Depends}
|
2010-04-07 03:16:04 +02:00
|
|
|
Description: thread-based email index, search and tagging (runtime)
|
2010-04-07 02:53:48 +02:00
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
|
|
|
.
|
|
|
|
This package contains the runtime library, necessary to run
|
|
|
|
applications using libnotmuch.
|
|
|
|
|
|
|
|
Package: libnotmuch-dev
|
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
2011-10-04 19:01:21 +02:00
|
|
|
Depends: ${misc:Depends}, libnotmuch3 (= ${binary:Version})
|
2010-04-07 03:16:04 +02:00
|
|
|
Description: thread-based email index, search and tagging (development)
|
2010-04-07 02:53:48 +02:00
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
|
|
|
.
|
|
|
|
This package provides the necessary development libraries and header
|
|
|
|
files to allow you to develop new software using libnotmuch.
|
2011-06-19 20:09:46 +02:00
|
|
|
|
|
|
|
Package: python-notmuch
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
2011-10-04 19:01:21 +02:00
|
|
|
Depends: ${misc:Depends}, ${python:Depends}, libnotmuch3
|
2011-06-19 20:09:46 +02:00
|
|
|
Description: python interface to the notmuch mail search and index library
|
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
|
|
|
.
|
|
|
|
This package provides a Python interface to the notmuch
|
|
|
|
functionality, directly interfacing with a shared notmuch library.
|
2011-06-21 03:00:44 +02:00
|
|
|
|
2013-01-16 13:17:19 +01:00
|
|
|
Package: python3-notmuch
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
|
|
|
Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch3
|
|
|
|
Description: Python 3 interface to the notmuch mail search and index library
|
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
|
|
|
.
|
|
|
|
This package provides a Python 3 interface to the notmuch
|
|
|
|
functionality, directly interfacing with a shared notmuch library.
|
|
|
|
|
2013-04-16 21:08:39 +02:00
|
|
|
Package: notmuch-ruby
|
|
|
|
Architecture: any
|
|
|
|
Section: ruby
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: Ruby interface to the notmuch mail search and index library
|
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
|
|
|
.
|
|
|
|
This package provides a Ruby interface to the notmuch
|
|
|
|
functionality, directly interfacing with a shared notmuch library.
|
|
|
|
|
2011-06-21 03:00:44 +02:00
|
|
|
Package: notmuch-emacs
|
|
|
|
Architecture: all
|
|
|
|
Section: mail
|
2011-06-23 19:42:15 +02:00
|
|
|
Breaks: notmuch (<<0.6~254~)
|
|
|
|
Replaces: notmuch (<<0.6~254~)
|
2011-09-24 20:37:27 +02:00
|
|
|
Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
|
2012-08-03 02:56:26 +02:00
|
|
|
emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) |
|
|
|
|
emacs24 (>= 24~) | emacs24-nox (>=24~) | emacs24-lucid (>=24~)
|
2011-06-21 03:00:44 +02:00
|
|
|
Description: thread-based email index, search and tagging (emacs interface)
|
|
|
|
Notmuch is a system for indexing, searching, reading, and tagging
|
|
|
|
large collections of email messages in maildir or mh format. It uses
|
|
|
|
the Xapian library to provide fast, full-text search with a very
|
|
|
|
convenient search syntax.
|
|
|
|
.
|
|
|
|
This package provides an emacs based mail user agent based on
|
|
|
|
notmuch.
|
|
|
|
|
2012-03-26 10:51:44 +02:00
|
|
|
Package: notmuch-mutt
|
|
|
|
Architecture: all
|
2013-03-21 14:51:34 +01:00
|
|
|
Depends:
|
|
|
|
notmuch (>= 0.4),
|
|
|
|
libmail-box-perl, libmailtools-perl,
|
2012-03-26 10:51:44 +02:00
|
|
|
libstring-shellquote-perl, libterm-readline-gnu-perl,
|
2012-08-01 10:09:42 +02:00
|
|
|
libfile-which-perl,
|
2012-03-26 10:51:44 +02:00
|
|
|
${misc:Depends}
|
2012-08-01 10:09:42 +02:00
|
|
|
Recommends: mutt, fdupes
|
2012-03-26 10:51:44 +02:00
|
|
|
Enhances: notmuch, mutt
|
|
|
|
Description: thread-based email index, search and tagging (Mutt interface)
|
|
|
|
notmuch-mutt provides integration among the Mutt mail user agent and
|
|
|
|
the Notmuch mail indexer.
|
|
|
|
.
|
|
|
|
notmuch-mutt offer two main integration features. The first one is
|
|
|
|
the ability of stating a search query interactively and then jump to
|
|
|
|
a fresh Maildir containing its search results only. The second one is
|
|
|
|
the ability to reconstruct threads on the fly starting from the
|
|
|
|
current highlighted mail.
|