[dovecot-cvs] dovecot/src/master mail-process.c,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Tue Feb 11 21:46:47 EET 2003


Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv13826

Modified Files:
	mail-process.c 
Log Message:
And pass the mail_full_filesystem_access setting to IMAP process too..



Index: mail-process.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/mail-process.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mail-process.c	11 Feb 2003 10:30:29 -0000	1.4
+++ mail-process.c	11 Feb 2003 19:46:45 -0000	1.5
@@ -173,6 +173,8 @@
 		env_put("MAILDIR_CHECK_CONTENT_CHANGES=1");
 	if (set->overwrite_incompatible_index)
 		env_put("OVERWRITE_INCOMPATIBLE_INDEX=1");
+	if (set->mail_full_filesystem_access)
+		env_put("FULL_FILESYSTEM_ACCESS=1");
 	if (umask(set->umask) != set->umask)
 		i_fatal("Invalid umask: %o", set->umask);
 




More information about the dovecot-cvs mailing list