Files
@ c25392980f91
Branch filter:
Location: kallithea/docs/theme/nature/static/kallithea-logo.svg
c25392980f91
4.4 KiB
image/svg+xml
email: add X-Kallithea-Notification-Type header
To simplify email filtering, add a header indicating the type of email being
sent. The 'type_' value corresponds to one of the types defined in class
Notification in kallithea/model/db.py, e.g. 'cs_comment', 'pull_request',
'pull_request_comment', ...
To simplify email filtering, add a header indicating the type of email being
sent. The 'type_' value corresponds to one of the types defined in class
Notification in kallithea/model/db.py, e.g. 'cs_comment', 'pull_request',
'pull_request_comment', ...