|
@@ -35,6 +35,7 @@ function plugin_listcommands_menu() {
|
|
'archive' => _("List Archives"),
|
|
'archive' => _("List Archives"),
|
|
'owner' => _("Contact Listowner"),
|
|
'owner' => _("Contact Listowner"),
|
|
'help' => _("Help"));
|
|
'help' => _("Help"));
|
|
|
|
+ $output = array();
|
|
|
|
|
|
foreach ($message->rfc822_header->mlist as $cmd => $actions) {
|
|
foreach ($message->rfc822_header->mlist as $cmd => $actions) {
|
|
|
|
|