-
-/*
- * seq_del.c -- delete message(s) from a sequence
+/* seq_del.c -- delete message(s) from a sequence
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
*/
if (new_seq) {
if (!(svector_push_back (mp->msgattrs, strdup (cp)))) {
- advise (NULL, "strdup failed");
+ inform("strdup failed");
return 0;
}
}
}
} else {
if (new_seq) {
- advise (NULL, "no such sequence as %s", cp);
+ inform("no such sequence as %s", cp);
return 0;
}
}
}
}
- advise (NULL, "no such sequence as %s", cp);
+ inform("no such sequence as %s", cp);
return 0;
}