Moving away from positional addressing. Greater emphasis on EmailIdentifiers for
addressing. Positional addressing is a nightmare for a lot of reasons, especially keeping positions up-to-date as the Folder mutates. Now, positions are returned with the email but for advisory reasons only, and do not keep up-to-date. It is expected that a client will use positional addressing to "bootstrap" the application's data store, then use EmailIdentifier addressing to traverse the Folder's contents.
This commit is contained in:
parent
0c4d6ed8e9
commit
3f6d8eac5a
22 changed files with 602 additions and 372 deletions
|
|
@ -200,7 +200,7 @@ public class MainWindow : Gtk.Window {
|
|||
current_conversations.lazy_load(-1, -1, Geary.Folder.ListFlags.FAST, cancellable_folder);
|
||||
}
|
||||
|
||||
public void on_scan_started(int low, int count) {
|
||||
public void on_scan_started() {
|
||||
debug("on scan started");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue