search for: 24d6708cea76

Displaying 3 results from an estimated 3 matches for "24d6708cea76".

2015 Feb 05
0
lazy_expunge + mdbox
...configuration, when you delete a message (copy to new folder + expunge old folder), a copy is also sent to the expunge namespace. ? I realize that is something related to mdbox and?lazy_expunge_only_last_instance and found almost no references except this one (http://hg.dovecot.org/dovecot-2.2/file/24d6708cea76/TODO): ? lazy_expunge_only_last_instance=yes + mdbox doesn't work, because refcounts don't update immediately One other suggestion I found was to disable 'move' capability. Does anyone has other news regarding this issue ? Thanks, Fernando
2015 Feb 18
0
lazy_expunge + mdbox
...configuration, when you delete a message (copy to new folder + expunge old folder), a copy is also sent to the expunge namespace. ? I realize that is something related to mdbox and?lazy_expunge_only_last_instance and found almost no references except this one (http://hg.dovecot.org/dovecot-2.2/file/24d6708cea76/TODO): ? lazy_expunge_only_last_instance=yes + mdbox doesn't work, because refcounts don't update immediately One other suggestion I found was to disable 'move' capability. Does anyone has other news regarding this issue ? Thanks, Fernando
2013 Jul 08
1
Non-blocking file_dotlock_open() in quota-maildir question
Hello, Is it safe to change lines in plugins/quota/quota-maildir.c::maildirsize_write() from ? fd = file_dotlock_open_group(.., DOTLOCK_CREATE_FLAG_NONBLOCK, ..); to ? fd = file_dotlock_open_group(.., 0, ..); ? Rationale is: exim+cpanel frequently leave stale maldirsize.lock, but when quota plugin try to dotlock maildirsize, it do this with NONBLOCK flag and just once, so first lock fails with