[Dovecot] IMAP MOVE and lazy_expunge_only_last_instance
Hello!
im testing lazy_expunge_only_last_instance here and it seems it works wrong with IMAP MOVE
IN: 14 uid move 13 "INBOX"
OUT:
- OK [COPYUID 1188569061 13 34] Moved UIDs.
- 5 EXPUNGE 14 OK Move completed.
dovecot.log: 2013-06-14 10:56:06 imap(test13@mtx.ru): Info: copy from Test: box=INBOX, uid=34, msgid=1294858169.32435.3.camel@int.office.matrix, size=996, from=Pavel Volkovitskiy int@mtx.ru, subject=test, flags=(\Seen) 2013-06-14 10:56:06 imap(test13@mtx.ru): Info: copy from Test: box=.EXPUNGED/Test, uid=9, msgid=1294858169.32435.3.camel@int.office.matrix, size=996, from=Pavel Volkovitskiy int@mtx.ru, subject=test, flags=(\Seen) 2013-06-14 10:56:06 imap(test13@mtx.ru): Info: expunge: box=Test, uid=13, msgid=1294858169.32435.3.camel@int.office.matrix, size=996, from=Pavel Volkovitskiy int@mtx.ru, subject=test, flags=(\Seen)
i'm using dovecot 2:2.2.2-0~auto+64 (cfd442fcc672)
PS: it works well if i copy and delete mails
-- Pavel
On 14.6.2013, at 10.12, Pavel Volkovitskiy olfway@gmail.com wrote:
im testing lazy_expunge_only_last_instance here and it seems it works wrong with IMAP MOVE
I suppose you mean with mdbox format? Seems to be annoyingly difficult to fix..
On Sun, Jun 16, 2013 at 11:30 PM, Timo Sirainen tss@iki.fi wrote:
On 14.6.2013, at 10.12, Pavel Volkovitskiy olfway@gmail.com wrote:
im testing lazy_expunge_only_last_instance here and it seems it works wrong with IMAP MOVE
I suppose you mean with mdbox format? Seems to be annoyingly difficult to fix..
yep, mdbox format
can i disable imap move support somehow? imap copy and delete will still works fast, thanks to mdbox
-- Pavel
On 17.6.2013, at 9.53, Pavel Volkovitskiy olfway@gmail.com wrote:
On Sun, Jun 16, 2013 at 11:30 PM, Timo Sirainen tss@iki.fi wrote:
On 14.6.2013, at 10.12, Pavel Volkovitskiy olfway@gmail.com wrote:
im testing lazy_expunge_only_last_instance here and it seems it works wrong with IMAP MOVE
I suppose you mean with mdbox format? Seems to be annoyingly difficult to fix..
yep, mdbox format
can i disable imap move support somehow? imap copy and delete will still works fast, thanks to mdbox
You'd need to set imap_capability to the full list of post-login capabilities and just remove MOVE from there.
On Mon, Jun 17, 2013 at 11:19 AM, Timo Sirainen tss@iki.fi wrote:
im testing lazy_expunge_only_last_instance here and it seems it works wrong with IMAP MOVE
I suppose you mean with mdbox format? Seems to be annoyingly difficult to fix..
yep, mdbox format
can i disable imap move support somehow? imap copy and delete will still works fast, thanks to mdbox
You'd need to set imap_capability to the full list of post-login capabilities and just remove MOVE from there.
Timo, thanks, will try this
-- Pavel
participants (2)
-
Pavel Volkovitskiy
-
Timo Sirainen