HomeSort by: relevance | last modified time | path
    Searched refs:MBOX (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/mail/
quit.c 177 "%s/mbox.XXXXXXXXXX", tmpdir);
260 * Save all of the undetermined messages at the top of "mbox"
273 const char *mbox; local in function:quit
301 * See if there any messages to save in mbox. If no, we
302 * can save copying mbox to /tmp and back.
305 * Delete all untouched messages to keep them out of mbox.
365 holdbit = autohold ? MPRESERVE : MBOX;
366 nohold = MBOX|MSAVED|MDELETED|MPRESERVE;
387 if (mp->m_flag & MBOX)
420 * Create another temporary file and copy user's mbox fil
    [all...]
cmd1.c 594 ~(MPRESERVE | MTOUCH | MBOX), MTOUCH | MBOX);
def.h 113 #define ENAME_MBOX "MBOX"
174 #define MBOX (1<<10) /* Send this to mbox, regardless */
format.c 262 if (flags.f_or & MBOX)
264 if (flags.f_and & MBOX)
860 * mailbox-list = (mailbox *("," mailbox)) / obs-mbox-list
cmd2.c 326 ~(MPRESERVE|MSAVED|MBOX|MDELETED|MTOUCH), MDELETED|MTOUCH);
cmd3.c 605 dot = set_m_flag(*ip, ~(MBOX | MPRESERVE), MPRESERVE);
thread.c 1007 /* message_id will be NULL on mbox files */
1727 mp->m_flag &= ~(MPRESERVE | MSAVED | MBOX);

Completed in 73 milliseconds