[dovecot-cvs] dovecot/src/lib-storage/subscription-file subscription-file.c, 1.33, 1.33.2.1
tss at dovecot.org
tss at dovecot.org
Thu Dec 28 16:27:48 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/subscription-file
In directory talvi:/tmp/cvs-serv32286/src/lib-storage/subscription-file
Modified Files:
Tag: branch_1_0
subscription-file.c
Log Message:
Added dotlock_use_excl setting.
Index: subscription-file.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/subscription-file/Attic/subscription-file.c,v
retrieving revision 1.33
retrieving revision 1.33.2.1
diff -u -d -r1.33 -r1.33.2.1
--- subscription-file.c 26 Feb 2006 10:32:23 -0000 1.33
+++ subscription-file.c 28 Dec 2006 16:27:44 -0000 1.33.2.1
@@ -90,6 +90,8 @@
name = "INBOX";
memset(&dotlock_set, 0, sizeof(dotlock_set));
+ dotlock_set.use_excl_lock =
+ (storage->flags & MAIL_STORAGE_FLAG_DOTLOCK_USE_EXCL) != 0;
dotlock_set.temp_prefix = temp_prefix;
dotlock_set.timeout = SUBSCRIPTION_FILE_LOCK_TIMEOUT;
dotlock_set.stale_timeout = SUBSCRIPTION_FILE_CHANGE_TIMEOUT;
More information about the dovecot-cvs
mailing list