readConfig(FAX_LIBDATA "/faxmail.conf");
readConfig(FAX_USERCONF);
- while ((c = Sys::getopt(argc, argv, "12b:cC:f:H:i:M:nNp:rRs:t:Tu:vW:")) != -1)
+ while ((c = Sys::getopt(argc, argv, "12b:cC:df:H:i:M:nNp:rRs:t:Tu:vW:")) != -1)
switch (c) {
case '1': case '2': // format in 1 or 2 columns
setNumberOfColumns(c - '0');
case 'C': // truncate lines
coverTempl = optarg;
break;
+ case 'd': // kept for backwards compatiblity
+ // XXX: Should we warn this isn't needed?
+ break;
case 'f': // default font for text body
setTextFont(optarg);
break;
" [-M margins]"
" [-t notify"
" [-u user]"
- " [-12cdnNrRTv]"
+ " [-12cnNrRTv]"
);
}