summaryrefslogtreecommitdiff
path: root/docs/source/installation.rst
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-04-23 22:28:30 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-04-23 22:28:30 +0200
commit81b477fac49da74f42b18acebec33ba132c340da (patch)
tree7cc743cc426bafad1ddc41ff8ce3cbcd2566f0a0 /docs/source/installation.rst
parentb0340a0a8e58b2a3608fd04f1dbd79d260f81cbb (diff)
Add pyme as a dependency in setup.py and the docs
Diffstat (limited to 'docs/source/installation.rst')
-rw-r--r--docs/source/installation.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 7f616099..1e6ec533 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -12,10 +12,11 @@ A full list of dependencies is below:
* `twisted <http://twistedmatrix.com/trac/>`_, ≥ `10.2.0`:
* `libnotmuch <http://notmuchmail.org/>`_ and it's python bindings, ≥ `0.12`.
* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.0`
+* `pyme <http://pyme.sourceforge.net/>`_
On debian/ubuntu these are packaged as::
- python-magic python-configobj python-twisted python-notmuch python-urwid
+ python-magic python-configobj python-twisted python-notmuch python-urwid python-pyme
Alot uses `mailcap <http://en.wikipedia.org/wiki/Mailcap>`_ to look up mime-handler for inline
rendering and opening of attachments. For a full description of the maicap protocol consider the