Displaying 2 results from an estimated 2 matches for "12136db6e31f".
2013 Apr 04
0
Crash while moving mail between private folder and shared folder
...xact same symptom with the same configuration. That is: when moving an email to a virtual mailboxes, dovecot crash (and sometime the email disappears from the real mailbox).
> I'm guessing your error was different though. These should fix them:
>
> http://hg.dovecot.org/dovecot-2.2/rev/12136db6e31f
> http://hg.dovecot.org/dovecot-2.2/rev/9a8119326bd0
>
> (not sure if http://hg.dovecot.org/dovecot-2.2/rev/f31d241d5371 is also required)
Thanks Timo, this fixed my issue (yesterday's pull of the mercurial
repo). You are the internet IMAP Hero.
Have a nice day,
kfx
2013 Apr 16
1
[PATCH] mailbox_get_metadata() for mailboxes with open transactions.
...t [1] has fixed the same problem in mailbox_get_status(). I think
the same should also be done in mailbox_get_metadata(). See the patch below.
Dovecot version: 2.2.0
OS: OS: Linux 3.4.39-dist i686
maildir:~/Maildir:LAYOUT=fs:INBOX=~/Maildir/INBOX
Dafan
[1] http://hg.dovecot.org/dovecot-2.2/rev/12136db6e31f
# HG changeset patch
# User Dafan Zhai <dafan.zhai at securepoint.de>
# Date 1366118323 -7200
# Node ID 7f0c5122d863d303ef5e74bbf650c2bac89ac564
# Parent f33bacb03cc22e02ca2d11d527d8dc0d99214486
lib-storage: mailbox_get_metadata() no longer forces mailbox to be synced.
This fixes getting vi...