tThe rppart arguments changed. - 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 f3fde2c32a0dcb2fd9a7addf14475623d5336bbe
(DIR) parent 72377eb173a5dc1f32058363bb5d8dbb61107dfc
(HTM) 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(-)
---
(DIR) diff --git a/bin/rpdecrypt b/bin/rpdecrypt
t@@ -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