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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: alot
Section: mail
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Jordan Justen <jljusten@debian.org>,
Simon Chopin <chopin.simon@gmail.com>,
Hugo Lefeuvre <hle@debian.org>,
Johannes 'josch' Schauer <josch@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
procps,
less,
locales-all,
python3 (>= 3.6),
python3-configobj,
python3-doc,
python3-gpg (>= 1.13.1-6),
python3-magic (>= 2:0.4.15),
python3-notmuch2 (>= 0.30),
python3-setuptools,
python3-sphinx (>= 1.0.7+dfsg),
python3-twisted (>= 18.4.0),
python3-urwid (>= 1.1.0),
python3-urwidtrees (>= 1.0.3),
Standards-Version: 4.6.0.1
Homepage: https://github.com/pazz/alot/
Vcs-Git: https://salsa.debian.org/python-team/packages/alot.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/alot
Package: alot
Architecture: all
Depends:
python3-configobj,
python3-gpg,
python3-magic,
python3-notmuch2 (>= 0.30),
python3-twisted (>= 18.4.0),
python3-urwid (>= 1.1.0),
python3-urwidtrees (>= 1.0.3),
${misc:Depends},
${python3:Depends},
Suggests:
alot-doc,
Recommends:
notmuch,
w3m | links | links2,
Description: Text mode MUA using notmuch mail
Alot is a text mode mail user agent for the notmuch mail system.
It features a modular and command prompt driven interface to provide
a full MUA experience as an alternative to the Emacs and Vim modes shipped
with notmuch.
Package: alot-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests:
python-doc,
Description: Text mode MUA using notmuch mail - documentation
Alot is a terminal-based mail user agent for the notmuch mail system.
It features a modular and command prompt driven interface to provide
a full MUA experience as an alternative to the Emacs and Vim modes shipped
with notmuch.
.
This package provides detailed documentation on alot usage.
|