Move mailman struct constructor to common module.

This commit is contained in:
Dominik Pantůček 2023-09-15 09:06:23 +02:00
parent c2be1d518f
commit 1f9f2503ab
2 changed files with 7 additions and 5 deletions

View file

@ -83,11 +83,6 @@
(get-mailman-output-lines "list_members" lst)
string-ci<?))
;; Creates a representation of basic mailman list information
(define (make-mailman-list name members)
(cons name
members))
;; Loads a single mailman list as mailman structure, if
;; unsuccessfull, returns only a list with ML name and no member
;; emails.