Lines Matching refs:fate
98 switch (msg->fate) {
106 if (msg->fate == Fcopy)
439 /* Set the fate of the given message. */
441 void MsgSetFate(Msg msg, FateType fate, Toc desttoc)
446 msg->fate = fate;
448 if (fate == Fignore && msg == msg->toc->curmsg)
451 switch (fate) {
476 /* Get the fate of this message. */
481 return msg->fate;