This way faxmail.conf can set "delivery" type options that can override
sendfax.conf options. It used to only be able to get formatting/handling
options from faxmail.conf because the "SendFaxClient" class only read
sendfax.conf (along with the other SYSCONF and USERCONF files).
resetConfig();
readConfig(FAX_SYSCONF);
readConfig(FAX_LIBDATA "/sendfax.conf");
- // XXX should we read faxmail.conf also??
+ readConfig(FAX_LIBDATA "/faxmail.conf");
readConfig(FAX_USERCONF);
setVerbose(b);
FaxClient::setVerbose(b);