tMake the rpverify command more useful. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit b51e362bd39ee1d1e61584e02c74d2f66c5c34ff
(DIR) parent c0df02f4a82ddfaaad9d8323216ddebd99fb6f37
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 19 May 2014 22:00:10 +0200
Make the rpverify command more useful.
It now works on the raw e-mail content and will catch all signatures.
Diffstat:
bin/rpverify | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
(DIR) diff --git a/bin/rpverify b/bin/rpverify
t@@ -1,6 +1,4 @@
#!/bin/sh
-msgids="$*"
-
-rppart -sc text/plain -- "$msgids" | gpg --verify
+rpview -r "$@" | gpg --verify