2 ** context_find.c -- find an entry in the context/profile list
4 ** This code is Copyright (c) 2002, by the authors of nmh. See the
5 ** COPYRIGHT file in the root directory of the nmh distribution for
6 ** complete copyright information.
13 context_find(char *str)
17 for (np = m_defs; np; np = np->n_next)
18 if (!mh_strcasecmp(np->n_name, str))