-
-/*
- * seq_add.c -- add message(s) to a sequence
+/* seq_add.c -- add message(s) to 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;
}
}
*/
if (new_seq) {
if (!(svector_push_back (mp->msgattrs, strdup (cp)))) {
- advise (NULL, "strdup failed");
+ inform("strdup failed");
return 0;
}
}