Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dmime_detach.h76 const char *mi_command_hook; /* alternate command used to process this message */ member
H A Dmime_decode.c992 if (mip->mi_command_hook == NULL) in mime_decode_body()
1001 dispmode = cmd || mip->mi_command_hook ? DM_DISPLAY : get_display_mode(mip, dec); in mime_decode_body()
1010 flags = mime_run_command(mip->mi_command_hook, NULL); in mime_decode_body()
1162 mip->mi_command_hook = cmd; in mime_decode_header()