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 f3fde2c32a0dcb2fd9a7addf14475623d5336bbe
parent 72377eb173a5dc1f32058363bb5d8dbb61107dfc
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 15 Apr 2015 09:42:21 +0200

The rppart arguments changed.

Diffstat:
bin/rpdecrypt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/rpdecrypt b/bin/rpdecrypt @@ -9,8 +9,8 @@ then # # Bad heuristics. Works for me. # - rppart -sc application/octet-stream -- "$msgids" | gpg -d + rppart -s -t application/octet-stream -- "$msgids" | gpg -d else - rppart -sc text/plain -- "$msgids" | gpg -d + rppart -s -t text/plain -- "$msgids" | gpg -d fi