.IR content ]
\&...
.RB [ \-auto " | " \-noauto ]
-.RB [ \-verbose " | " \-noverbose ]
.RB [ \-rcache
.IR policy ]
.RB [ \-wcache
8 message/partial 18K part 4 of 4
% mhstore 5-8
reassembling partials 5,6,7,8 to folder inbox as message 9
-% mhlist -verbose 9
+% mhlist 9
msg part type/subtype size description
9 application/octet-stream 118K
(extract with uncompress | tar xvpf -)
8 message/partial 18K part 4 of 4
% mhstore 5-8
reassembling partials 5,6,7,8 to folder inbox as message 9
-% mhlist -verbose 9
+% mhlist 9
msg part type/subtype size description
9 application/octet-stream 118K
(extract with uncompress | tar xvpf -)
.RB ` \-nocheck '
.RB ` \-rcache ask '
.RB ` \-wcache ask '
-.RB ` \-noverbose '
.SH CONTEXT
If a folder is given, it will become the current folder. The last
{ "check", 0 },
#define NCHECKSW 3
{ "nocheck", 0 },
-#define VERBSW 4
- { "verbose", 0 },
-#define NVERBSW 5
- { "noverbose", 0 },
-#define FILESW 6 /* interface from show */
+#define FILESW 4 /* interface from show */
{ "file file", 0 },
-#define PARTSW 7
+#define PARTSW 5
{ "part number", 0 },
-#define TYPESW 8
+#define TYPESW 6
{ "type content", 0 },
-#define RCACHESW 9
+#define RCACHESW 7
{ "rcache policy", 0 },
-#define WCACHESW 10
+#define WCACHESW 8
{ "wcache policy", 0 },
-#define VERSIONSW 11
+#define VERSIONSW 9
{ "version", 0 },
-#define HELPSW 12
+#define HELPSW 10
{ "help", 0 },
-
-/*
-** switches for debugging
-*/
-#define DEBUGSW 13
+#define DEBUGSW 11
{ "debug", -5 },
{ NULL, 0 }
};
extern int userrs;
int debugsw = 0;
-int verbosw = 0;
#define quitser pipeser
file = *cp == '-' ? cp : getcpy(expanddir(cp));
continue;
- case VERBSW:
- verbosw = 1;
- continue;
- case NVERBSW:
- verbosw = 0;
- continue;
case DEBUGSW:
debugsw = 1;
continue;