Fix sync re-read.
This commit is contained in:
parent
a71a71e044
commit
3dbd84ea35
1 changed files with 1 additions and 1 deletions
|
@ -201,6 +201,6 @@
|
|||
(let loop ((emails surplus))
|
||||
(when (not (null? emails))
|
||||
(remove-email-from-mailman-list listname (car emails))
|
||||
(loop (cdr loop)))))))
|
||||
(loop (cdr emails)))))))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue