Fix info without loaded ML.
This commit is contained in:
parent
0e82221c16
commit
3b68a9f834
1 changed files with 18 additions and 17 deletions
|
@ -288,6 +288,7 @@
|
||||||
|
|
||||||
(define* (check-mailing-list mls name #:pred? (pred? #f))
|
(define* (check-mailing-list mls name #:pred? (pred? #f))
|
||||||
(define ml (find-mailman-list mls name))
|
(define ml (find-mailman-list mls name))
|
||||||
|
(when ml
|
||||||
(let-values (((missing surplus)
|
(let-values (((missing surplus)
|
||||||
(mailman-compare-members ml
|
(mailman-compare-members ml
|
||||||
(mbase-active-emails MB
|
(mbase-active-emails MB
|
||||||
|
@ -304,7 +305,7 @@
|
||||||
(when (not (null? missing))
|
(when (not (null? missing))
|
||||||
(print " Missing: " missing))
|
(print " Missing: " missing))
|
||||||
(when (not (null? surplus))
|
(when (not (null? surplus))
|
||||||
(print " Outsiders: " surplus)))))))
|
(print " Outsiders: " surplus))))))))
|
||||||
|
|
||||||
(define (rada-ml-pred? mr)
|
(define (rada-ml-pred? mr)
|
||||||
(or (brmember-council? mr)
|
(or (brmember-council? mr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue