| 1061 | # If a job is printed by the same person as the last job on the same printer, |
| 1062 | # should banners be avoided to save some paper |
| 1063 | # |
| 1064 | # This option can be set either globally or on a per printer basis. |
| 1065 | # If set to yes, any duplicate banners will be avoided forever |
| 1066 | # If set to no or 0, no banners will be avoided (they will all be printed) |
| 1067 | # If set to any positive integer, banners will be avoided if printed within |
| 1068 | # 'integer' seconds of the last job |
| 1069 | # |
| 1070 | # This value defaults to no |
| 1071 | # avoidduplicatebanners: yes |
| 1072 | # avoidduplicatebanners: no |
| 1073 | # avoidduplicatebanners: 600 |
| 1074 | |
| 1075 | |