diff options
Diffstat (limited to 'sync-mail')
-rwxr-xr-x | sync-mail | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ if [[ $(uname) == "Linux" ]]; then fi $(which imapfilter) -c $HOME/.imapfilter/personal.lua 2>/dev/null -if [[ ! -f ~/.holiday ]]; then +if [[ ! -f ~/.ooo ]]; then $(which imapfilter) -c $HOME/.imapfilter/work.lua 2>/dev/null fi @@ -17,7 +17,7 @@ case `date +"%a"` in $(which mbsync) -q personal ;; *) - if [[ -f ~/.holiday ]]; then + if [[ -f ~/.ooo ]]; then $(which mbsync) -q personal else $(which mbsync) -q -a |