]>
diplodocus.org Git - nmh/blob - sbr/m_gmprot.c
1 /* m_gmprot.c -- return the msg-protect value
3 * This code is Copyright (c) 2002, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information.
16 return atooi ((cp
= context_find ("msg-protect")) && *cp
? cp
: msgprot
);