Searched defs:attachments (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dimap.c141 int attachments; /* attachment count */ member in struct:__anon125
1008 sfprintf(imap->tp, "%d.att", ((Imapmsg_t*)mp->m_info)->attachments + 1);
1017 pp->attachment = ++((Imapmsg_t*)mp->m_info)->attachments;
2166 if (state.var.attachments && name == pp->name)
2168 sfprintf(state.path.temp, "%s/%s", state.var.attachments, name);
2265 if (!ip->attachments || !(pp = ip->parts))
2267 note(ERROR, "No attachments in current message");
2278 if (!(a = newof(0, char, ip->attachments, 1)))
2279 note(PANIC, "Out of space [imap attachments]");
2297 for (i = r; i <= ip->attachments;
[all...]
H A Dmailx.h787 char* attachments; member in struct:__anon136::__anon147

Completed in 21 milliseconds