X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/965ab049343bc05dd4b6c881b84c517ddda7dfa6..4e23ddd4d595d50de4b7fa0ab6bf3533bcf42723:/config/config.c diff --git a/config/config.c b/config/config.c index 8495d576..3971d528 100644 --- a/config/config.c +++ b/config/config.c @@ -156,15 +156,11 @@ char *mhetcdir = NMHETCDIR; 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