Home
last modified time | relevance | path

Searched refs:msg_path (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c597 const char *msg_path; in delete_one() local
621 if (mail_open_ok(*msg_qpp, queue_id, &st, &msg_path) != MAIL_OPEN_YES) in delete_one()
625 if (postremove(msg_path) == 0) { in delete_one()
783 const char *msg_path; in expire_one() local
804 if (mail_open_ok(*msg_qpp, queue_id, &st, &msg_path) != MAIL_OPEN_YES) in expire_one()
806 if (postexpire(msg_path) == 0) { in expire_one()