MSAVED
if ((mp->m_flag & (MDELETED|MSAVED)) == 0)
mp->m_flag |= MSAVED;
~(MPRESERVE|MSAVED|MBOX|MDELETED|MTOUCH), MDELETED|MTOUCH);
#define MMNORM (MDELETED|MSAVED)/* Look at both save and delete bits */
if (flags.f_or & MSAVED)
if (flags.f_and & MSAVED)
if (mp->m_flag & MSAVED)
{ 's', CMSAVED, MSAVED, MSAVED },
nohold = MBOX|MSAVED|MDELETED|MPRESERVE;
nohold &= ~MSAVED;
mp->m_flag &= ~(MPRESERVE | MSAVED | MBOX);