Browse Source

Remove unnecessary argument

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

+ 1
- 1
src/imapdomo.skel View File

@@ -175,7 +175,7 @@ main() {
175 175
     debug -v Action CfgDir LogDir HeaderDir Debug CdTo NoLock
176 176
     is_locked && return 1
177 177
     lock
178
-    handle "$Action"; es=$?
178
+    handle; es=$?
179 179
     unlock
180 180
     return $es
181 181
 }