HomeSort by: relevance | last modified time | path
    Searched refs:mi_detachdir (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
mime_detach.h 75 const char *mi_detachdir; /* directory for detaching attachments */ member in struct:mime_info
mime_detach.c 196 (void)sasprintf(&pathname, "%s/%s", mip->mi_detachdir,
203 mip->mi_detachdir, mip->mi_msgstr,
mime_decode.c 772 mip->mi_detachdir = detachdir;
807 if (mip->mi_detachdir == NULL && /* don't contaminate the detach! */
830 if (mip->mi_detachdir == NULL &&
835 mip->mi_detachdir ? NULL : __UNCONST("add_lf"));
988 if (mip->mi_detachdir) /* We are detaching! Ignore the hooks. */
1148 if (mip->mi_detachdir) { /* We are detaching. Don't run anything! */

Completed in 26 milliseconds