From: martin f. krafft Date: Thu, 8 Mar 2018 10:23:02 +0000 (+0100) Subject: escape the default mailbox for the '=' is zsh X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/c734a415a3bcbdfde490557edf83d0c3158a107d?ds=sidebyside escape the default mailbox for the '=' is zsh --- diff --git a/.crontab.d/mutt b/.crontab.d/mutt index c144ab5..5aa06bd 100644 --- a/.crontab.d/mutt +++ b/.crontab.d/mutt @@ -1,2 +1,2 @@ 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 -- -6 * * * * ~/.mutt/list-mailboxes ~/mail =inbox >| $VARDIR/mutt/mailboxes +6 * * * * ~/.mutt/list-mailboxes ~/mail '=inbox' >| $VARDIR/mutt/mailboxes