Do not load mailman if nothing to load.
This commit is contained in:
parent
46480625db
commit
b868f939a5
1 changed files with 14 additions and 12 deletions
|
@ -168,6 +168,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
;; Load ML(s) and merge them
|
;; Load ML(s) and merge them
|
||||||
(define-values (MB internal-ml)
|
(define-values (MB internal-ml)
|
||||||
|
(if MB0
|
||||||
(if (-ml-all-)
|
(if (-ml-all-)
|
||||||
(let ()
|
(let ()
|
||||||
(define mls (load-mailman-lists))
|
(define mls (load-mailman-lists))
|
||||||
|
@ -179,7 +180,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
(let ()
|
(let ()
|
||||||
(define internal-ml (load-mailman-list "internal"))
|
(define internal-ml (load-mailman-list "internal"))
|
||||||
(values (members-base-merge-mailman MB0 internal-ml)
|
(values (members-base-merge-mailman MB0 internal-ml)
|
||||||
internal-ml))))
|
internal-ml)))
|
||||||
|
#f))
|
||||||
|
|
||||||
;; If a member is specified by either id or nick, get its record
|
;; If a member is specified by either id or nick, get its record
|
||||||
(define mr
|
(define mr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue