diff options
Diffstat (limited to 'bin/hibiki')
| -rwxr-xr-x | bin/hibiki/mailsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hibiki/mailsync b/bin/hibiki/mailsync index b248215..bea6e83 100755 --- a/bin/hibiki/mailsync +++ b/bin/hibiki/mailsync @@ -3,7 +3,7 @@ set -e [ -n "$DEBUG" ] && set -x -maildir="${HOME}/Mail" +maildir="${HOME}/mail" cachefile=${XDG_CACHE_HOME}/mailsync.lastrun accounts=(gnzler hu) |