Explorar el Código

Remove dead code

Dead since 919fa12, ie. v0.0.4
Alois Mahdal hace 6 años
padre
commit
1866dd6729
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0
    6
      src/common.lua

+ 0
- 6
src/common.lua Ver fichero

@@ -35,12 +35,6 @@ function handle()
35 35
     --
36 36
     local action = os.getenv("IMAPDOMO_ACTION")
37 37
     local file = os.getenv("IMAPFILTER_HOME") .. "/handlers/" .. action .. ".lua"
38
-    local valid = {
39
-        newmail = true,
40
-        rewind = true,
41
-        cleanup = true,
42
-        migrate = true
43
-    }
44 38
     if file_exists(file) then
45 39
         do_if_exists("init.lua")
46 40
         dofile(file)