X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1ae9fa8a84998e44e0234543162e257815d7e972..220dcd2dda3136cefd20951e34e963f37f8e2132:/uip/pick.c diff --git a/uip/pick.c b/uip/pick.c index 7aa48700..24e6862c 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -2,8 +2,6 @@ /* * pick.c -- search for messages by content * - * $Id$ - * * This code is Copyright (c) 2002, 2008, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -153,6 +151,10 @@ main (int argc, char **argv) /* check if too many sequences specified */ if (seqp >= NUMATTRS) adios (NULL, "too many sequences (more than %d) specified", NUMATTRS); + + if (!seq_nameok (cp)) + done (1); + seqs[seqp++] = cp; continue; case PUBLSW: