From: martin f. krafft Date: Wed, 25 Aug 2010 07:32:52 +0000 (+0200) Subject: maintain backup filter in header_cache dir X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/504f80c08fbfd8346c3c146b6233ff160b70562c maintain backup filter in header_cache dir --- diff --git a/.crontab.d/mutt b/.crontab.d/mutt index 2f80147..6b170bf 100644 --- a/.crontab.d/mutt +++ b/.crontab.d/mutt @@ -1 +1 @@ -29 4 * * * autoload -U zargs && zargs --no-run-if-empty -- $VARDIR/mutt/header_cache/*~*/.gitignore(.NDa+28) -- rm -- +29 4 * * * [[ -d $VARDIR/mutt/header_cache ]] && echo '- *' >| $VARDIR/mutt/header_cache/.backup-filter && autoload -U zargs && zargs --no-run-if-empty -- $VARDIR/mutt/header_cache/*~*/.gitignore(.NDa+28) -- rm --