rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit b51e362bd39ee1d1e61584e02c74d2f66c5c34ff
parent c0df02f4a82ddfaaad9d8323216ddebd99fb6f37
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(-)

diff --git a/bin/rpverify b/bin/rpverify @@ -1,6 +1,4 @@ #!/bin/sh -msgids="$*" - -rppart -sc text/plain -- "$msgids" | gpg --verify +rpview -r "$@" | gpg --verify