Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/mail/
Dlist.c674 static char *to_fields[] = { "to", "cc", "bcc", NULL }; variable
689 for (to = to_fields; *to; to++) { in matchto()