hfield
if ((subjline = hfield("subject", mp, addone)) == NOSTR &&
(subjline = hfield("subj", mp, addone)) == NOSTR &&
(subjline = hfield("message-status", mp, addone)) == NOSTR)
if ((fromline = hfield("newsgroups", mp, addone)) == NOSTR &&
(fromline = hfield("article-id", mp, addone)) == NOSTR)
(cp = hfield("to", mp, addto))) {
if ((rf = skin(hfield("from", mp, addto)))==NOSTR)
if ((r = skin(hfield("reply-to", mp, addto)))==NOSTR)
cp = skin(hfield("to", mp, addto));
head.h_subject = hfield("subject", mp, addone);
head.h_subject = hfield("subj", mp, addone);
cp = skin(hfield("cc", mp, addto));
subject = hfield("subject", mp, addone);
subject = hfield("subj", mp, addone);
if ((cp = hfield(fld, mp, addone)) != NULL)
if ((id = hfield("article-id", mp, addone)) != NOSTR)
extern char *hcontents(char hfield[]);
extern char *hfield(char field[], struct message *mp,
cp2 = hfield("subject", mp, addone);
id = hfield("message-id", mp, addone);
id = hfield("article-id", mp, addone);
if (icsubstr(hfield("default-options", mp, addone), "/receipt")
|| icsubstr(hfield(">to", mp, addto), "/receipt")) {
if (s = hfield("message-id", mp, addone))
s = hfield("subject", mp, addone);
hcontents(char hfield[])
if ((cp = strchr(hfield, ':')) == NOSTR)
if (value("from") && (cp = hfield("from", mp, addto)) != NOSTR)
if (cp2 = hfield("from", mp, addto))