summaryrefslogtreecommitdiff
path: root/packaging/debian/control
blob: a350f0bbc391bf30c761eec1159edd98f7443d05 (plain)
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
Source: alot
Section: mail
Priority: extra
Maintainer: Jameson Graef Rollins <jrollins@finestructure.net>
Build-Depends:
 pkg-config,
 debhelper (>= 7.0.50~),
 python
Standards-Version: 3.9.2

Package: alot
Architecture: any
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-urwid,
 python-twisted-core,
 python-notmuch
Recommends:
 notmuch
Description: A terminal-based interface to the notmuch mail agent
 Alot is an ncurses-based terminal interface to the notmuch mail
 program.  It is writen in python, using the urwid toolkit.
 .
 Current features:
  * modular and command prompt driven interface
  * tab completion and usage help for all commands
  * contacts completion using customizable `abook` lookups
  * user configurable keyboard maps
  * spawn terminals for asynchronous editing of mails
  * theming, optionally in 2, 16 or 256 colours
  * tag specific theming and tag string translation
  * (python) hooks to react on events and do custom formating
  * python shell for introspection
  * forward/reply/group-reply of emails
  * printing/piping of mails and threads
  * multiple accounts for sending mails via sendmail
  * notification popups with priorities
  * database manager that manages a write queue to the notmuch index