1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: maildir-utils
Section: mail
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Martin <debacle@debian.org>, Jeremy Sowden <azazel@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa,
guile-3.0-dev,
libcli11-dev,
libfmt-dev,
libglib2.0-dev,
libgmime-3.0-dev,
libreadline-dev,
libxapian-dev,
locales-all,
meson,
texinfo
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://www.djcbsoftware.nl/code/mu/
Vcs-Git: https://salsa.debian.org/emacsen-team/maildir-utils.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/maildir-utils
Package: maildir-utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Set of utilities to deal with Maildirs (upstream name mu)
mu is a set of utilities to deal with Maildirs, specifically,
indexing and searching.
- mu index - recursively scans a collection of email messages, and
stores information found in a database.
- mu find - searches for messages based on some search criteria.
- mu mkmdir - creates a new Maildir.
.
mu uses libgmime to parse the message, and Xapian to store the message data.
Package: mu4e
Section: lisp
Architecture: all
Depends: emacsen-common,
maildir-utils (<< ${source:Version}.1~),
maildir-utils (>= ${source:Version}),
${misc:Depends}
Description: e-mail client for Emacs based on mu (maildir-utils)
mu4e (mu-for-emacs) is an e-mail client for GNU-Emacs version 23 and
later, built on top of the mu e-mail search engine. mu4e is optimized
for fast handling of large amounts of e-mail.
|