home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / mn / patch01 / README_patch1 < prev   
Encoding:
Text File  |  1990-09-15  |  405 b   |  9 lines

  1.    This is a trivial change; mn wasn't handling messages without a
  2. "Subject: " header line correctly. Thanks to Kingsley Kerce and
  3. Henry Bruce (who I couldn't respond to by mail; sorry) for pointing
  4. out the problem. 
  5.    As patched, mn substitutes the null string "" as the subject for
  6. subjectless messages. However, line 60,
  7.    static char *nullsub = "";
  8. can be changed to any string constant if desired.
  9.