X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_read.c;fp=sbr%2Fseq_read.c;h=3b7b50f7f51d88131b3f5c0a50859a94d88c3029;hp=1c231dd66b10f1b73a8767c17af72a6c58f6ceba;hb=6c75e2f0f00732488aa03b967713d95037edd895;hpb=f12a3e5036a986f579b80861f4421bcb86f84cee diff --git a/sbr/seq_read.c b/sbr/seq_read.c index 1c231dd..3b7b50f 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -60,10 +60,8 @@ seq_public(struct msgs *mp) FILE *fp; /* - ** If mh_seq == NULL (such as if nmh been compiled with - ** NOPUBLICSEQ), 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. + ** If public sequences are disabled (e.g. the user has defined + ** an empty `Mh-Sequences' profile entry), then just return. */ if (mh_seq == NULL || *mh_seq == '\0') return;