char *context = "context";
/*
- * Default name of file for public sequences. If NULL,
- * then nmh will use private sequences by default, unless the
- * user defines a value using the "mh-sequences" profile entry.
+ * Default name of file for public sequences. If "\0" (an empty
+ * "mh-sequences" profile entry), then nmh will use private sequences by
+ * default.
*/
-#ifdef NOPUBLICSEQ
-char *mh_seq = NULL;
-#else
char *mh_seq = ".mh_sequences";
-#endif
/*
* nmh globals
default using the PAGER environment variable or entries in .mh_profile.
- The configure flag --with-editor has been removed; the fallback editor
if none is configured is "vi".
+- The support for the undocumented NOPUBLICSEQ preprocessor definition
+ to disable public sequence support has been removed.
-------------------
DEPRECATED FEATURES
m_getfld_state_t gstate = 0;
/*
- * If mh_seq == NULL (such as if nmh been compiled with
- * NOPUBLICSEQ), or if *mh_seq == '\0' (the user has defined
+ * If mh_seq == NULL or if *mh_seq == '\0' (the user has defined
* the "mh-sequences" profile entry, but left it empty),
* then just return, and do not initialize any public sequences.
*/