Bug 280103

Summary: Inbox should be sync first
Product: [Frameworks and Libraries] Akonadi Reporter: Blindauer Emmanuel <bugs.kde.org>
Component: libakonadiAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: dvratil, kdepim-bugs, mollekopf, vkrause
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Blindauer Emmanuel 2011-08-15 05:50:45 UTC
Version:           unspecified (using KDE 4.7.0) 
OS:                Linux

when having a very large list of folders, the 'INBOX' forder isn't the first of the list of all synched directories. It should be synced first, so the user will see mail in the inbox earlier (currently I wait 20s to see the INBOX sync coming)

Reproducible: Always



Expected Results:  
having the INBOX directory synced first and all other directories after it
Comment 1 Kevin Ottens 2011-09-17 14:02:53 UTC
We have no control over that from the resource, it's actually implemented in libakonadi.

Note however that in the meantime, you have several potential workarounds for it:
 * if your server supports IDLE, the INBOX is anyway monitored and updated almost in real time, no manual check is needed for that one;
 * give INBOX a shorter check interval (can be done from akonadiconsole);
 * put the INBOX in the favorites, and there's a separate shortcut for checking only the favorites.
Comment 2 Daniel Vrátil 2018-08-27 22:07:28 UTC
The ResourceBase now pre-sorts the collections before sync: inbox first, then favorite collections, trash as the last.
Comment 3 Daniel Vrátil 2018-08-27 22:35:06 UTC
*** Bug 328716 has been marked as a duplicate of this bug. ***