aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index c877c26..559f766 100644
--- a/src/config.c
+++ b/src/config.c
@@ -182,6 +182,8 @@ string_to_notification_event (grecs_locus_t *locus, const char *val,
}
static const char *target_args[] = {
+ "read",
+ "message",
"admin",
"owner",
"user",
@@ -189,6 +191,8 @@ static const char *target_args[] = {
};
static int target_types[] = {
+ notify_read, /* Read recipients from the message headers */
+ notify_read,
notify_admin, /* System administrator */
notify_owner, /* Project admin */
notify_user /* User (uploader) */

Return to:

Send suggestions and report system problems to the System administrator.