Member record mailman infrastructure.

This commit is contained in:
Dominik Pantůček 2023-04-06 19:14:08 +02:00
parent 52f9803a18
commit 00ec081a39
2 changed files with 14 additions and 1 deletions

View file

@ -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)