On Thu, 2014-09-04 at 14:04 +0300, Mehmet Giritli wrote: > Hi, > > Using evo-3.12.4 on gentoo I can connect to my courier imap mail server > with no problems. However, after approx 10 mins of evo start up, imap > operations start timing out. For example, if I try to change to a > different folder evolution gets stuck with "scanning for changed > messages in blah blah" and it can not perform any other operations from > that moment on until I restart evolution. The same when I try to send an > email after 10 minutes of startup: Sending works but it can not copy the > message to my sent folder which is on imap server, etc... > > I tried disabling IDLE mode and quick resync but did not make any > difference. I did not have the problem until 3.10 but now have it with > 3.12 as well. If you give me some tips how to help debug this, I'd try > my best. >
Hello, I guess you face this bug: https://bugzilla.gnome.org/show_bug.cgi?id=733081 which is fixed in evolution-data-server 3.12.5. There will be done a 3.12.6 release today. You can install debuginfo packages for evolution-data-server and evolution and then get a backtrace of running evolution with this command: $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt Please check the bt.txt for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only). You can also see what IMAP account does when you run evolution from a console like this: $ CAMEL_DEBUG=imapx:io,imapx:conman evolution &>log.txt Though I'd still try with the newer version first. Bye, Milan _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list