The "Do not notify" column is misleading and is being addressed in bug 22744, but we do need a true "Do not notify" option, that would allow notices to be seen in the patron's notices queue, but is not actually sent out in any way. Right now if you use the current "Do not notify" option, a print notice is still generated. There is no way to disable printing unless you select another method.
Bug 5501 attempts to address this, though it does need some `bug rescue` to bring it up to date and catch all cases. This bug however adds the requirement to list unsent notices in the patrons notices queue which 5501 does not do as it stands. I'm not sure how you would want them listed... could you clarify? (remember, different transport types may have different notices attached to them.. perhaps you just want a 'No notice send.. notice type' text displayed?
(In reply to Martin Renvoize from comment #1) > Bug 5501 attempts to address this, though it does need some `bug rescue` to > bring it up to date and catch all cases. > > This bug however adds the requirement to list unsent notices in the patrons > notices queue which 5501 does not do as it stands. I'm not sure how you > would want them listed... could you clarify? (remember, different transport > types may have different notices attached to them.. perhaps you just want a > 'No notice send.. notice type' text displayed? Something like "No delivery method selected" maybe?