summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-05-16 08:38:13 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-05-16 08:38:13 +0000
commite7045ced1d0c1d761071f5a1ceeff708ce563672 (patch)
tree03d16dc49d5d4c8ba10491659bd7b7a48b1ae1c5 /mh
parenteeaa3480b40aafbc45741a9d6ca47e614932f224 (diff)
downloadmailutils-e7045ced1d0c1d761071f5a1ceeff708ce563672.tar.gz
mailutils-e7045ced1d0c1d761071f5a1ceeff708ce563672.tar.bz2
(opt_handler): Allow -noheader and -nototal to be used with -all.
Diffstat (limited to 'mh')
-rw-r--r--mh/folder.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mh/folder.c b/mh/folder.c
index 160c0bc41..e09283d56 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -175,6 +175,7 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state)
case ARG_ALL:
show_all++;
+ print_header = print_total = 1;
break;
case ARG_CREATE:
@@ -890,8 +891,5 @@ main (int argc, char **argv)
exit (1);
}
- if (show_all)
- print_header = print_total = 1;
-
return (*action) ();
}

Return to:

Send suggestions and report system problems to the System administrator.