From 519412022105bc412a2ee8f77483ba927c7221bc Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 01 May 2016 05:08:17 -0400
Subject: [PATCH] Add Known Issues section in Enigma README (#5215)

---
 plugins/enigma/README |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/plugins/enigma/README b/plugins/enigma/README
index d9fc379..d29e243 100644
--- a/plugins/enigma/README
+++ b/plugins/enigma/README
@@ -22,7 +22,7 @@
 
 
 TODO:
--------------
+-----
 - Handling of big messages with temp files
 - Key info in contact details page (optional)
 - Extended key management:
@@ -48,3 +48,13 @@
 - S/MIME: Sending signed/encrypted messages
 - S/MIME: Handling of certs attached to incoming messages
 - S/MIME: Certificate info in Contacts details page (optional)
+
+
+KNOWN ISSUES:
+-------------
+There are some know issues with accepting key passphrases on various
+system configurations. This is caused by issues in PinEntry handling.
+Make sure that vendor/bin/crypt-gpg-pinentry works from command line.
+Possible reasons:
+- non-supported GnuPG version, i.e. >= 2.1
+- non-working loader in shebang (#! /usr/bin/env php)

--
Gitblit v1.9.1