Searched refs:mailbox (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A Dimap.c192 Vmalloc_t* vm; /* IMAP mailbox store */
201 int selected; /* mailbox selected */
216 int delimiter; /* mailbox hierarchy delimiter */
224 } mailbox; /* mailbox state */ member in struct:__anon128
517 * set mailbox flag capabilities
1111 while (state.msg.count < imap->mailbox.exists)
1114 if (state.msg.count < imap->mailbox.unseen || !imap->mailbox.unseen)
1117 if (imap->mailbox
[all...]
H A Dlocal.c84 * Locate the user's mailbox file (ie, the place where new, unread
88 mailbox(const char* user, const char* mail) function
H A Dmailx.h128 #define APPEND_MAILBOX 1 /* New mail goes to end of mailbox */
196 #define MPRESERVE (1<<7) /* keep entry in sys mailbox */
646 off_t mailsize; /* Size of system mailbox */
983 extern char* mailbox(const char*, const char*);
H A Dvars.c493 state.var.mail = varkeep(mailbox(state.var.user, value));
H A Dfio.c584 * Evaluate the string given as a new mailbox name.
616 return mailbox(name, state.var.mail);

Completed in 64 milliseconds