[InterNetNews/inn] bcdb0f: incoming.conf: Improve the name of a boolean varia...
Julien ÉLIE
noreply at github.com
Wed Apr 6 20:56:40 UTC 2022
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: bcdb0f16dde950840fdf331d008020ae7dc5583e
https://github.com/InterNetNews/inn/commit/bcdb0f16dde950840fdf331d008020ae7dc5583e
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M MANIFEST
M doc/FAQ
M doc/pod/incoming.conf.pod
M doc/pod/innupgrade.pod
M doc/pod/innxbatch.pod
M doc/pod/news.pod
M innd/innd.h
M innd/nc.c
M innd/rc.c
M samples/incoming.conf
M scripts/inncheck.in
M scripts/innupgrade.in
A tests/data/upgrade/incoming.conf
A tests/data/upgrade/incoming.conf.ok
M tests/util/innupgrade.t
Log Message:
-----------
incoming.conf: Improve the name of a boolean variables
Rename "nolist", "noresendid" and (still not yet in a release) "noxbatch"
parameters to "list", "resendid" and "xbatch". These are better names than
with a negation.
At the same time, remove unused "comment" and "email" parameters (they
were just documented as reserved for future use).
innupgrade will take care of the changes (inverting the values of booleans,
commenting lines of removed parameters).
Clarify the behaviour of "resendid" in documentation (the previous wording
was not pretty clear).
More information about the inn-committers
mailing list