Lines Matching refs:reply
205 "A reply to a message we haven't seen");
271 pv("is reply, flagging it");
274 // a second copy of a message that's not a reply?
280 // a reply to a message we haven't seen?
307 * or possibly a reply to such a question.
315 boolean reply = false;
325 reply = true;
335 return reply;
350 if (this.reply == q.reply)
355 * A reply is equal to a question if the sender of the question
356 * is one of the recipients of the reply.
359 if (this.reply) {