home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031017.tar.gz / mm-ccmd-0.91-20031017.tar / work / mm / formats.h < prev    next >
Text File  |  1990-12-18  |  477b  |  20 lines

  1. /*
  2.  * Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  * the City of New York.  Permission is granted to any individual or
  4.  * institution to use, copy, or redistribute this software so long as it
  5.  * is not sold for profit, provided this copyright notice is retained.
  6.  */
  7.  
  8. /*
  9.  * define the mail types MM knows about.  override these in config.h to make
  10.  * mm a little smaller
  11.  */
  12.  
  13. #define BABYL
  14. #define MBOX
  15. #define MH
  16. #define MTXT
  17. #define POP2
  18. #define POP3
  19.  
  20.