aboutsummaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-22 13:37:20 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-22 13:37:20 +0200
commitd1ee123b443c2de4fb6e1622068611ab631a1f27 (patch)
tree86f73699689f12ff9d0882723205c595130869a3 /src/mail.c
parent5dd37baedfb74ad33fd7b785fe316e40e3b93551 (diff)
downloadwydawca-d1ee123b443c2de4fb6e1622068611ab631a1f27.tar.gz
wydawca-d1ee123b443c2de4fb6e1622068611ab631a1f27.tar.bz2
Rename directory_pair to spool
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c
index 5449fc8..d44d692 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -333,18 +333,18 @@ do_notify (struct file_triplet *trp, enum notification_event ev,
{
case notify_admin:
rcpt = admin_address;
break;
case notify_user:
- rcpt = get_recipient (trp->dpair->access_method[user_data_method],
+ rcpt = get_recipient (trp->spool->access_method[user_data_method],
trp, &errp);
break;
case notify_owner:
- rcpt = get_recipient (trp->dpair->access_method[project_owner_method],
+ rcpt = get_recipient (trp->spool->access_method[project_owner_method],
trp, &errp);
}
if (!rcpt)
{
logmsg (LOG_ERR, "not notifying %s (project %s) about %s: %s",

Return to:

Send suggestions and report system problems to the System administrator.