jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 70c948f911c11fd6c55626865453f9ba9b2c846c
parent 239d392969a6f3e550985337c54767e1b36e7675
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 24 May 2012 20:58:20 +0200

small fix to backup

Diffstat:
Msrc/jaro | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jaro b/src/jaro @@ -871,7 +871,7 @@ backup() { fi notice "Backup of all read mails older than $expire days" total=`find $src/cur -type f | wc -l` - moved=`find $src/cur -type f -mtime $expire | wc -l` + moved=`find $src/cur -type f -mtime +$expire | wc -l` act "from maildir $src ($total in current)" act "to maildir $dst ($moved to be moved)"