mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Forget to reset count for maildrop.
This commit is contained in:
parent
696f09c8c2
commit
b59376814e
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ function do_edit ()
|
||||||
cache:delete(user.."-mail|"..i)
|
cache:delete(user.."-mail|"..i)
|
||||||
i = i + 1
|
i = i + 1
|
||||||
end
|
end
|
||||||
|
local i = 2
|
||||||
while cache:get(user.."-maildrop|"..i) do
|
while cache:get(user.."-maildrop|"..i) do
|
||||||
cache:delete(user.."-maildrop|"..i)
|
cache:delete(user.."-maildrop|"..i)
|
||||||
i = i + 1
|
i = i + 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue