Version: (using KDE KDE 3.5.2) Installed from: SuSE RPMs Sometimes I already have a cover sheet as part of the document, and sometimes I don't. It is inconvenient to have to edit the command line every time I send a fax. Instead, I prefer to have a check box to enable or disable cover-sheet generation. Note that unlike #73269, I am not asking that kdeprintfax actually do any cover-sheet generation, only that the check box be available to pass information to the fax command line. Let the fax program handle the actual generation. I've already done the work. In order to support the check box, I needed to add the notion of a Boolean tag, that is, a %foo tag that can yield one of two values, depending on a flag. I added the %cover tag to implement the new check box. For example, HylaFax uses the -n command line option to suppress cover page generation, so %cover_{??-n} says that if the %cover flag is true (the Cover Sheet check box is checked), yield an empty string; otherwise, yield the string "-n". I also modified the support for %res to use the same feature. For example, HylaFax would use %res_{-m??-l}. That way, you don't have "-l" hardcoded into the program.
Created attachment 15707 [details] Patch to implement the proposed functionality
commited to branch 3.5 I still let this open so that I remember that we need to apply it to KDE4 too.
*** Bug 126045 has been marked as a duplicate of this bug. ***
added KDE4 tag to $summary, changed Version accordingly... Note, people: this fix is in 3.5. Please someone check if it already made it into KDE4 code, or if it needs to be up-ported!
KDEPrint is obsolete, unmaintained and will never be revived. Closing all open bugs.