diff options
author | luukvbaal <31730729+luukvbaal@users.noreply.github.com> | 2019-05-30 16:54:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 16:54:38 +0200 |
commit | 70257daa83fee7a9ac0563d9a2d86991d0031dd8 (patch) | |
tree | 5bf22e7c9a9b3dedc68c98806fbdaa3cfac702ff /bin/mailsync | |
parent | 5d72b5da981f8c71b7fe47997b7fd309e6e861cd (diff) | |
parent | 2157be7cec510dc6386f37cb7b8e6abc1dfe6ced (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-x | bin/mailsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync index 387ce65..1ef2155 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -40,7 +40,7 @@ syncandnotify() { fi } -# Run +# Sync accounts passed as argument or all. if [ "$#" -eq "0" ]; then accounts="$(ls "$HOME/.local/share/mail")" else |