hfield
(cp = skin(hfield("to", mp))) != NULL &&
in_reply_to = hfield("message-id", mp);
references = hfield("references", mp);
if ((rcv = skin(hfield("from", mp))) == NULL)
if ((replyto = skin(hfield("reply-to", mp))) != NULL)
else if ((cp = skin(hfield("to", mp))) != NULL)
if ((head.h_subject = hfield("subject", mp)) == NULL)
head.h_subject = hfield("subj", mp);
if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
if ((cp = skin(hfield("from", mp))) == NULL)
if ((head.h_subject = hfield("subject", mp)) == NULL)
head.h_subject = hfield("subj", mp);
if ((hdr.h_subject = hfield("subject", mp)) == NULL)
hdr.h_subject = hfield("subj", mp);
if ((cp = skin(hfield("to", mp))) != NULL)
char * hfield(const char [], const struct message *);
p = hfield(p, mp);
(date = hfield("date", mp)) != NULL &&
if ((sender = hfield("from", mp)) != NULL ||
(sender = hfield("sender", mp)) != NULL)
if ((subj = hfield("subject", mp)) == NULL)
subj = hfield("subj", mp);
field = hfield(*to, mp);
field = hfield(fieldname, mp);
mip->mi_version = cparam(NULL, hfield(MIME_HDR_VERSION, mp), 0);
mip->mi_encoding = cparam(NULL, hfield(MIME_HDR_ENCODING, mp), 1);
mime_type_field = hfield(MIME_HDR_TYPE, mp);
mime_disposition_field = hfield(MIME_HDR_DISPOSITION, mp);
if ((id = hfield("article-id", mp)) != NULL)
if ((id = hfield("article-id", mp)) != NULL)
if ((cp = hfield("from", mp)) != NULL)
if (reptype == 0 && (cp = hfield("sender", mp)) != NULL)
skin_it ? skin(hfield(key, mp)) : hfield(key, mp);
char *subj = hfield(key, mp);
if ((refs = extract(hfield("references", mp), 0)) != NULL) {
return skin(hfield("in-reply-to", mp));
marray[i].message_id = skin(hfield("message-id", mp));