aboutsummaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c
index ea74b8c..ba77f49 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -332,13 +332,13 @@ do_notify (struct file_triplet *trp, enum notification_event ev,
{
mu_address_t rcpt = NULL;
char *errp;
switch (ntf->tgt)
{
case notify_admin:
- rcpt = admin_address;
+ rcpt = mu_address_dup (admin_address);
break;
case notify_user:
rcpt = get_recipient (trp->spool->access_method[user_data_method],
trp, &errp);
break;

Return to:

Send suggestions and report system problems to the System administrator.