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
@@ -336,12 +336,12 @@ do_notify (struct file_triplet *trp, enum notification_event ev,
336 break; 336 break;
337 337
338 case notify_user: 338 case notify_user:
339 rcpt = get_recipient (trp->dpair->access_method[user_data_method], 339 rcpt = get_recipient (trp->spool->access_method[user_data_method],
340 trp, &errp); 340 trp, &errp);
341 break; 341 break;
342 342
343 case notify_owner: 343 case notify_owner:
344 rcpt = get_recipient (trp->dpair->access_method[project_owner_method], 344 rcpt = get_recipient (trp->spool->access_method[project_owner_method],
345 trp, &errp); 345 trp, &errp);
346 } 346 }
347 347

Return to:

Send suggestions and report system problems to the System administrator.