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

/macosx-10.10.1/mail_cmds-30/mail/
H A Ddef.h90 #define MSAVED (1<<2) /* entry has been saved */ macro
147 #define MMNORM (MDELETED|MSAVED)/* Look at both save and delete bits */
H A Dcmd2.c122 if ((mp->m_flag & (MDELETED|MSAVED)) == 0)
256 mp->m_flag |= MSAVED;
380 mp->m_flag &= ~(MPRESERVE|MSAVED|MBOX);
H A Dquit.c148 nohold = MBOX|MSAVED|MDELETED|MPRESERVE;
150 nohold &= ~MSAVED;
H A Dcmd1.c194 if (mp->m_flag & MSAVED)
H A Dlex.c672 if (mp->m_flag & MSAVED)

Completed in 114 milliseconds