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 c06b3738a246d410a94697a394e78b397e2986d3
parent 11bf385f5a84d0d121ad88f790ae72b3f6dc4895
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(-)

diff --git a/bin/rpmigrate b/bin/rpmigrate @@ -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