Radicale
Radicale copied to clipboard
Do not fill items to process with hook if set to "none"
@nwithan8 - relates to #1920 - to save CPU time avoid using hook preparation work if not active, please review current code and
- add where useful something like: if hook is not None:
- and for delete of whole collection: if hook is not None and hook != "email"
@nwithan8 - in addition an additional condition should be added using the email hook makes imho only sense for calendar items, so (hook == "email" && collection_type == VCALENDAR)