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 d45119b0779abae79a9a0bd64d1f22fcbb1a865c
parent 2902086248d9f1a2dd428a1b534c1c9582287095
Author: Christoph Lohmann <20h@r-36.net>
Date:   Tue, 23 Sep 2014 20:43:57 +0200

We are syncing the other way around since dovecot was updated.

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

diff --git a/bin/rpsyncmail b/bin/rpsyncmail @@ -5,12 +5,12 @@ dsynccmd="-u chrissi mirror ssh -p 443 -i /home/chrissi/.ssh/id_rsa chrissi@mail if [ "$1" = "mb" ] || [ $# -eq 0 ]; then - dsync -R -u chrissi $dsynccmd + dsync -u chrissi $dsynccmd else for i in $*; do mailbox=$(echo $i | sed "s/^mb://g") - dsync -R -m $mailbox $dsynccmd + dsync -m $mailbox $dsynccmd done fi