-.Bu
-The argument to the `\-after' and `\-before' switches must be interpreted
-as a single token by the shell that invokes \fIpick\fR. Therefore, one
-must usually place the argument to this switch inside double\-quotes.
-Furthermore, any occurrence of `\-datefield' must occur prior to the
-`\-after' or `\-before' switch it applies to.
-
-If \fIpick\fR is used in a back\-quoted operation, such as
-
-.ti +.5i
-scan\0`pick\0\-from\0jones`
-
-and \fIpick\fR selects no messages (e.g., no messages are from
-\*(lqjones\*(rq), then the shell will still run the outer command (e.g.,
-\*(lqscan\*(rq). Since no messages were matched, \fIpick\fR produced
-no output, and the argument given to the outer command as a result of
-backquoting \fIpick\fR is empty. In the case of \fInmh\fR programs,
-the outer command now acts as if the default `msg' or `msgs' should be
-used (e.g., \*(lqall\*(rq in the case of \fIscan\fR\0). To prevent this
-unexpected behavior, if `\-list' was given, and if its standard output is
-not a tty, then \fIpick\fR outputs the illegal message number \*(lq0\*(rq
-when it fails. This lets the outer command fail gracefully as well.
-
-.sp