add debugging and dynamic date ranges to improve speed of finding and tagging mails

This commit is contained in:
2017-07-28 17:12:21 +02:00
parent 82762b4ea3
commit 880c654c43
2 changed files with 38 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ source "$TMP"
# Move selectedly tagged mails to folders if they are only in INBOX
echo "[DEBUG] Move tagged mails in INBOX to folders"
bash $CURDIR/scripts/move-tag.sh
bash $CURDIR/scripts/move-tag.sh ${var_conn}
# If offline mode, do a quick sync
if [ "$var_conn" == "off" ]; then