Remove RCS keywords, since they no longer work after git migration.
[mmh] / uip / pick.c
index 7aa4870..24e6862 100644 (file)
@@ -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: