]> andersk Git - moira.git/commitdiff
remove "Show all mailing lists" functionality
authormar <mar>
Mon, 6 Apr 1992 17:40:23 +0000 (17:40 +0000)
committermar <mar>
Mon, 6 Apr 1992 17:40:23 +0000 (17:40 +0000)
clients/moira/namespace.c

index c63660113734f7192328281bbc3da10ab25a9587..70d2e6bac88cf81532b8ed8d648ba92a0d45cc7c 100644 (file)
@@ -47,7 +47,7 @@ Menu list_info_menu = {
     NULLFUNC,
     NULLFUNC,
     "List Information Menu",
-    4,
+    3,
     {
         SIMPLEFUNC("member", "Show all lists to which a given member belongs",
                   ListByMember),
@@ -56,8 +56,6 @@ Menu list_info_menu = {
                   ListByAdministrator),
        SIMPLEFUNC("public", "Show all public mailing lists",
                   ListAllPublicMailLists),
-       SIMPLEFUNC("maillists", "Show all mailing lists",
-                  ListAllMailLists)
     }
 };
 
This page took 0.038818 seconds and 5 git commands to generate.