X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getmail;h=96933ef48384691b3d09c55569dff0e930e65b5f;hb=56c8d8b286ae38e170ce915472f9aa86fabf9fee;hp=62e37de799d5cf9c53cd0015dd1435b400709c42;hpb=ba3ae711e29b067133f76287df002e94fbbb8404;p=bin.git diff --git a/getmail b/getmail index 62e37de..96933ef 100755 --- a/getmail +++ b/getmail @@ -1,11 +1,13 @@ #!/bin/sh +if [ -n "$VERBOSE" ]; then + set -x +fi; + # Configure the two things below for your MUA and the host being run. IMAPHOST=$( awk -F= '/remotehost/{print $2}' ~/.offlineimaprc | head -n 1 ) MUA=mutt -#set -x - # Don't check mail if ~/.nocheck exists and we're not running # interactively. if [ -z "$CRON" ] && [ -e ~/.nocheck ]; then