From ced63d73f06ea5b9d411210e7e9cd51207f039ae Mon Sep 17 00:00:00 2001 From: Alex Stubbins Date: Fri, 27 Aug 2010 17:19:11 -0700 Subject: [PATCH] Signed-off-by: Alex Stubbins eem can now decrypt messages that are not ASCII armored. --- eem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eem b/eem index 728a903..126ba24 100755 --- a/eem +++ b/eem @@ -2,5 +2,5 @@ gpg -d $1 > temp.decryp rm $1 nano temp.decryp -gpg -a -e < temp.decryp > $1 +gpg -e < temp.decryp > $1 rm temp.decryp -- 2.11.4.GIT