tShould be raw. - 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 c06b3738a246d410a94697a394e78b397e2986d3
(DIR) parent 11bf385f5a84d0d121ad88f790ae72b3f6dc4895
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 21 Mar 2013 19:21:46 +0100
Should be raw.
Diffstat:
bin/rpmigrate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/rpmigrate b/bin/rpmigrate
t@@ -22,6 +22,6 @@ rpfold -qc "$cfgto" -l "$3"
for msg in $(rpids -c "$cfgfrom" :);
do
- rpview -c "$cfgfrom" "$msg" | rpadd -c "$cfgto" -q;
+ rpview -r -c "$cfgfrom" "$msg" | rpadd -c "$cfgto" -q;
done