summaryrefslogtreecommitdiff
path: root/sync-mail
diff options
context:
space:
mode:
Diffstat (limited to 'sync-mail')
-rwxr-xr-xsync-mail4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-mail b/sync-mail
index 4a3d4f7..78fbc2f 100755
--- a/sync-mail
+++ b/sync-mail
@@ -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