Files
@ c25392980f91
Branch filter:
Location: kallithea/docs/usage/backup.rst
c25392980f91
512 B
text/prs.fallenstein.rst
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', ...