diff --git a/bin/vmail-mboxes-get.sh b/bin/vmail-mboxes-get.sh index 1a05439..91a51d3 100755 --- a/bin/vmail-mboxes-get.sh +++ b/bin/vmail-mboxes-get.sh @@ -62,7 +62,6 @@ elif [[ -z $mbox ]] && [[ -n $domain ]]; then # uncomment above 3 lines to force search term, otherwise all email addresses for all domains will be returned fi -echo $dbquery # set order by dbquery="$dbquery ORDER BY domain, mbox;";