From bc38ebb2e95e0a4d4a672b49366130f433e72aec Mon Sep 17 00:00:00 2001
From: markus schnalke <meillo@marmaro.de>
Date: Tue, 25 Nov 2014 08:47:31 +0100
Subject: [PATCH] mhpgp: Bugfix for 2932d136debcf53a45c44891ee80e6d34e61f109 (I
 should do better testing ...)

---
 uip/mhpgp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uip/mhpgp.sh b/uip/mhpgp.sh
index f3a39ea0..4929358e 100755
--- a/uip/mhpgp.sh
+++ b/uip/mhpgp.sh
@@ -68,7 +68,7 @@ mimeverify() {
 ### decrypt MIME and non-MIME messages (type is in $1)
 ###; invoke the pager as needed
 decrypt() {
-	sed -n -e '\
+	sed -n -e '
 		/^-----BEGIN PGP MESSAGE/b x
 		d
 		:x
-- 
2.39.5