30 Sep
2007
30 Sep
'07
3:54 p.m.
On Sun, 2007-09-30 at 15:39 +0300, Timo Sirainen wrote:
src_trans is used only for reading the mailbox. The only thing committing it does it to possibly update dovecot.index.cache file, which is a good thing to do always.
If mailbox_search_deinit() fails it could still mean that some mails were read and cache file could be updated for them.
Right, so I can just safely commit it anyway since I'm just reading it, ok. Changing code. I'll publish it in a bit.
johannes