[dovecot-cvs] dovecot/src/deliver deliver.c,1.26,1.27
cras at dovecot.org
cras at dovecot.org
Fri Sep 22 17:29:25 EEST 2006
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv21964
Modified Files:
deliver.c
Log Message:
%i didn't work.
Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- deliver.c 10 Aug 2006 21:48:33 -0000 1.26
+++ deliver.c 22 Sep 2006 14:29:20 -0000 1.27
@@ -242,6 +242,7 @@
{ 'l', NULL },
{ 'r', NULL },
{ 'p', NULL },
+ { 'i', NULL },
{ '\0', NULL }
};
struct var_expand_table *tab;
@@ -258,6 +259,7 @@
tab[5].value = NULL;
tab[6].value = NULL;
tab[7].value = my_pid;
+ tab[8].value = dec2str(geteuid());
return tab;
}
More information about the dovecot-cvs
mailing list