ftp.nice.ch/pub/next/unix/mail/mh.6.7.s.tar.gz#/mh/sbr/m_gmprot.c

This is m_gmprot.c in view mode; [Download] [Up]

/* m_gmprot.c - return the msg-protect value */

#include "../h/mh.h"
#include <stdio.h>


m_gmprot () {
    register char  *cp;

    return atooi ((cp = m_find ("msg-protect")) && *cp ? cp : msgprot);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.