Hey. The same should also be supported for DEBFULLNAME ...
Using env vars for persistent configuration is almost always a bad idea. There's not only the chance the different programs use the same names (but interpret it completely different), but also of information leakage. Programs often include their environment in things like debug output, and while name/email are probably not extremely secret, it still feels better to not have these included in such logs. Cheers, Chris.

