Member record mailman infrastructure.
This commit is contained in:
parent
52f9803a18
commit
00ec081a39
2 changed files with 14 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
(define (list-mailman-list-members lst)
|
||||
(sort
|
||||
(get-mailman-output-lines "list_members" lst)
|
||||
string<?))
|
||||
string-ci<?))
|
||||
|
||||
;; Creates a representation of basic mailman list information
|
||||
(define (make-mailman-list name members)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue