equal
deleted
inserted
replaced
1 #!/usr/bin/ruby |
|
2 # vim: set nosta noet ts=4 sw=4: |
1 # vim: set nosta noet ts=4 sw=4: |
|
2 |
|
3 |
|
4 # A Ruby interface to the ezmlm-idx mailing list system. |
3 # |
5 # |
4 # A Ruby interface to the ezmlm-idx mailing list system. |
6 # Ezmlm.find_directories( '/lists' ) #=> [ Ezmlm::List, Ezmlm::List ] |
|
7 # |
|
8 # Ezmlm.each_list( '/lists' ) do |list| |
|
9 # puts "\"%s\" <%s>" % [ list.name, list.address ] |
|
10 # end |
|
11 # |
5 # |
12 # |
6 # == Version |
13 # == Version |
7 # |
14 # |
8 # $Id$ |
15 # $Id$ |
9 # |
16 # |