command, instead of searching the messages first.
* uip/pick.c: Print matching messages immediately, instead of
waiting until the very end to print anything.
+ Ensure valid sequence name as soon as we parse it from command,
+ instead of searching the messages first.
2008-08-13 Eric Gillespie <epg@pretzelnet.org>
/* 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: