[Evolution] "Retrieving folder list ..."

2014-12-11 Thread Adam Tauno Williams
Occasionally Evolution [3.12.7|8] does a "Retrieving folder list"
operation that goes on and on and on and on  During this operation
is is not possible to exit the application [it just grays out].

The backend is
IMAPX/SSL-on-dedicated-port/Quick-Resync/Listen-For-Notifications/Show-Only-Subscribed.
  IMAP server is a local Cyrus IMAPd 2.4.x instance.

I'll dig in more to figure out what is going on, but I'm curious if
anyone else sees this issue.

-- 
Adam Tauno Williams  GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] "Retrieving folder list ..."

2014-12-11 Thread Adam Tauno Williams
On Thu, 2014-12-11 at 16:17 -0500, Adam Tauno Williams wrote: 
> Occasionally Evolution [3.12.7|8] does a "Retrieving folder list"
> operation that goes on and on and on and on  During this operation
> is is not possible to exit the application [it just grays out].
> The backend is
> IMAPX/SSL-on-dedicated-port/Quick-Resync/Listen-For-Notifications/Show-Only-Subscribed.
>   IMAP server is a local Cyrus IMAPd 2.4.x instance.
> I'll dig in more to figure out what is going on, but I'm curious if
> anyone else sees this issue.

Debugging further I see the request for the folder list and response...
then the UI seems to not be aware the operation completed, canceling
does not work.

[text/plain] Text (1 KB)
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Rob Wiley"
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Russ Davis"
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Terry Henschel"
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Tony Dellinger"
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Tony Rouse"
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Troy Polley"
* LIST (\HasNoChildren) "." "Shared
Folders.internet.triadservice.tech-paperwork.Victor Canale"
* LIST (\HasChildren) "." "Shared Folders.pdffax"
* LIST (\HasNoChildren) "." "Shared Folders.pdffax.grd"
A00284 OK Completed (0.350 secs 8817 calls)'
[imapx:A] I/O: 'A00303 IDLE'
[imapx:A] I/O: '+ idling'

 UI still says retrieving folder list ---

Acquired using "CAMEL_DEBUG=imapx:io evolution > logfile.txt"

-- 
Adam Tauno Williams  GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] "Retrieving folder list ..."

2014-12-11 Thread Milan Crha
On Thu, 2014-12-11 at 16:36 -0500, Adam Tauno Williams wrote:
> 
> Debugging further I see the request for the folder list and 
> response... then the UI seems to not be aware the operation 
> completed, canceling does not work.
> 

Hi,
I wish I know how to reproduce this. It happens from time to time that 
the operations are not finished properly for some reason and the jobs 
are left in an active queue. One symptom was that there was no 
imapx_parser_thread() for the corresponding account, but that doesn't 
seem to be the case for you (I guess so from the log).

That the evolution doesn't quit is "intentional", it is waiting for 
the ongoing activities to finish. Such activities can be usually seen 
in the status bar, thus as long as there is anything shown evolution 
doesn't quit, giving the operations a chance to be finished properly. 
The upcoming 3.14 will have a feature that, if the quit will not 
finish within one minute, the users will be asked to force quit (or if 
a user tries to close evolution's window again). Kind of workaround 
for such situations.
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