]> diplodocus.org Git - nmh/commitdiff
Remove support for NOPUBLICSEQ.
authorKen Hornstein <kenh@pobox.com>
Tue, 15 Oct 2013 19:02:18 +0000 (15:02 -0400)
committerKen Hornstein <kenh@pobox.com>
Tue, 15 Oct 2013 19:02:18 +0000 (15:02 -0400)
config/config.c
docs/pending-release-notes
sbr/seq_read.c

index 8495d576900b7d0920e8cdac9f40bd80db61f95a..3971d528e52774a1af7020490b38a05720d191ce 100644 (file)
@@ -156,15 +156,11 @@ char *mhetcdir = NMHETCDIR;
 char *context = "context";
 
 /*
 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";
 char *mh_seq = ".mh_sequences";
-#endif
 
 /* 
  * nmh globals
 
 /* 
  * nmh globals
index cbc3f2adcd16d1e2a63aba636f3c3de868c8f3b1..b04f610c0b8190da26408ae188f881b5910d45b6 100644 (file)
@@ -93,6 +93,8 @@ OBSOLETE FEATURES
   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".
   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
 
 -------------------
 DEPRECATED FEATURES
index 4b9e815dd001fb3a8eb29f980e0c797b112239bc..aeb76fc15ad3d24aac68b594abc6243996c1dee0 100644 (file)
@@ -61,8 +61,7 @@ seq_public (struct msgs *mp, int lockflag)
     m_getfld_state_t gstate = 0;
 
     /*
     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.
      */
      * the "mh-sequences" profile entry, but left it empty),
      * then just return, and do not initialize any public sequences.
      */