Browse Source

Add routine debug calls

Alois Mahdal 7 years ago
parent
commit
5fd6c5103c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/imapdomo.skel

+ 1
- 0
src/imapdomo.skel View File

92
         *)  break ;;
92
         *)  break ;;
93
     esac done
93
     esac done
94
     Action="$1"; shift
94
     Action="$1"; shift
95
+    debug -v Action CfgDir LogDir HeaderDir Debug CdTo
95
     lshandlers | grep -qw "$Action" \
96
     lshandlers | grep -qw "$Action" \
96
      || dle "no handler for action: $Action.lua in $IMAPDOMO_HOME/handlers"
97
      || dle "no handler for action: $Action.lua in $IMAPDOMO_HOME/handlers"
97
     cmd=$(mkcmd)
98
     cmd=$(mkcmd)