summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-05-21 20:28:23 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-05-21 20:51:43 +0200
commit50370aa34f4b4a65d84477414da9c4d02ddcb745 (patch)
tree5596bbe6d363806ae3010e52339f9d217f7a1a0c /docs
parent066d6321ae7d0b532d9b705b321d57fb381ffe02 (diff)
switch from pyme to gpgme
Diffstat (limited to 'docs')
-rw-r--r--docs/source/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 1e6ec533..02267795 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -12,11 +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/>`_
+* `PyGPGME <https://launchpad.net/pygpgme>`_
On debian/ubuntu these are packaged as::
- python-magic python-configobj python-twisted python-notmuch python-urwid python-pyme
+ python-magic python-configobj python-twisted python-notmuch python-urwid python-gpgme
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