Activated Jon's attachment system by default and steamlined it.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index fe99246..116abdb 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -65,8 +65,6 @@ struct swit {
 
 extern struct swit anoyes[];   /* standard yes/no switches */
 
-#define ATTACHFORMATS 3        /* Number of send attach formats. */
-
 /*
 ** general folder attributes
 */
@@ -288,6 +286,7 @@ extern char *mailstore;      /* name of mail storage directory  */
 ** their values and reloading the various modules, nmh will run
 ** on any system.
 */
+extern char *attach_hdr;
 extern char *buildmimeproc;
 extern char *backup_prefix;
 extern char *altmsglink;