Re: [evolution-patches] 43091 make empty trash fully async



I wonder if this helps the 'empty trash on exit - doesn't' bug ...

As for the string thing, you can just remove the description code, and
it should just use the existing store's messages.  You have to add a
register/unregister cancel i think.

Can't see any problems with the patch

 Z

On Sat, 2003-05-17 at 04:53, Dan Winship wrote:
> The empty trash code assumes that it can safely call mail_tool_get_trash
> from the main thread, which works for vtrash-using stores, but not for
> Connector. Making that safe (by resolving the Deleted Items folder at
> connect time rather than waiting until the user requests it) would fix
> this problem, but would make Connector startup much slower. This works
> around the problem by moving the get_trash call into the async part of
> the operation.
> 
> As written, the code breaks string freeze. I could rewrite it to just
> use the "Expunging folder" string and leave a FIXME for post-1.4...
> 
> 





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]