Home
last modified time | relevance | path

Searched refs:h_attach (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dtty.c346 if (hp->h_attach) { in grabh()
351 for (ap = hp->h_attach; ap; ap = ap->a_flink) in grabh()
H A Dsend.c468 if (w & GMIME && (hp->h_attach || value(ENAME_MIME_ENCODE_MSG))) in puthead()
735 if (hp->h_attach || value(ENAME_MIME_ENCODE_MSG)) in mail1()
789 head.h_attach = attach; in mail()
H A Dmime_attach.c121 show_attach("ATTACH", hp->h_attach);
646 attach = header->h_attach; in mime_encode()
1059 if (header->h_attach) { in mime_putheader()
H A Dcollect.c503 hp->h_attach = mime_attach_files(hp->h_attach, &linebuf[2]); in collect()
H A Dcmd3.c358 head.h_attach = NULL; in respond_core()
400 head.h_attach = NULL; in Respond_core()
452 hdr.h_attach = &attach; in forward_one()
H A Ddef.h335 struct attachment *h_attach; /* MIME attachments */ member