]> andersk Git - moira.git/commitdiff
Change text & functionality of "Show all mailing list" to PUBLIC lists
authormar <mar>
Mon, 6 Apr 1992 17:29:32 +0000 (17:29 +0000)
committermar <mar>
Mon, 6 Apr 1992 17:29:32 +0000 (17:29 +0000)
clients/mailmaint/mailmaint.c

index 86fca2b4a7b10dc5db3358d94c230ff20b01f4e9..0e2c1f3896f447f0e66c0a9386d170fdda0b798f 100644 (file)
@@ -528,8 +528,8 @@ print_all(argc, argv, callback)
 list_all_groups()
 {
     char *argv[5];
-    argv[0] = argv[3] = "true";
-    argv[1] = argv[4] = "dontcare";
+    argv[0] = argv[1] = argv[3] = "true";
+    argv[4] = "dontcare";
     argv[2] = "false";
     first_time = 1;
     if (status = mr_query("qualified_get_lists", 5, argv,
@@ -693,7 +693,7 @@ pack_main_menu()
     buf = calloc(50, 1);
     (void) sprintf(buf, "Mail List Program for %s", uname);
     main_menu->title = strsave(buf);
-    main_menu->items[0] = strsave("1.  Show all mailing lists.");
+    main_menu->items[0] = strsave("1.  Show all public mailing lists.");
     main_menu->items[1] = strsave("2.  Get all members of a mailing list.");
     main_menu->items[2] = strsave("3.  Display lists of which you are a member.");
     main_menu->items[3] = strsave("4.  Show description of list.");
This page took 0.051633 seconds and 5 git commands to generate.