Negate.
This commit is contained in:
parent
eec8de4e85
commit
8bf4a882e3
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
(let loop ((ml-emails (mailman-list-members ml)))
|
||||
(when (not (null? ml-emails))
|
||||
(let ((email (car ml-emails)))
|
||||
(when (member email emails)
|
||||
(when (not (member email emails))
|
||||
(mailman-ensure-not-member ml email))
|
||||
(loop (cdr ml-emails))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue