From 8838f44c2e79a58dfc7752a7ddb0380fb387a948 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 28 Oct 2017 14:15:13 +0800 Subject: mbsync_cron.sh: update webmaster to postmaster --- bin/mbsync_cron.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/mbsync_cron.sh') diff --git a/bin/mbsync_cron.sh b/bin/mbsync_cron.sh index 3aef10f..28e991a 100755 --- a/bin/mbsync_cron.sh +++ b/bin/mbsync_cron.sh @@ -22,7 +22,8 @@ # # Aaron LI # 2017-05-28 -# Updated: 2017-06-20 +# +# 2017-10-25: Update "webmaster" to "postmaster" # set -e @@ -75,7 +76,7 @@ usage() { error "available accounts:" error " * aly" error " * weitian" - error " * webmaster" + error " * postmaster" error " * autistici" error " * lavabit" error " * outlook-aly" @@ -100,7 +101,7 @@ check_cached_passphrase() { case "$1" in - aly|weitian|webmaster) + aly|weitian|postmaster) ACCOUNT="$1" ;; autistici) -- cgit v1.2.2