[geary/wip/219-unbreak-sroll-vector-expansion: 2/3] Trivial code cleanup
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/219-unbreak-sroll-vector-expansion: 2/3] Trivial code cleanup
- Date: Wed, 20 Feb 2019 09:25:48 +0000 (UTC)
commit 9378795d4d2c0cf5e716e2c9471f5f2a01ba4787
Author: Michael Gratton <mike vee net>
Date: Wed Feb 20 19:59:59 2019 +1100
Trivial code cleanup
src/engine/imap-engine/imap-engine-account-synchronizer.vala | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/engine/imap-engine/imap-engine-account-synchronizer.vala
b/src/engine/imap-engine/imap-engine-account-synchronizer.vala
index ed0f10ef..118e4775 100644
--- a/src/engine/imap-engine/imap-engine-account-synchronizer.vala
+++ b/src/engine/imap-engine/imap-engine-account-synchronizer.vala
@@ -234,7 +234,7 @@ private class Geary.ImapEngine.CheckFolderSync : RefreshFolderSync {
null,
1,
Email.Field.PROPERTIES,
- ImapDB.Folder.ListFlags.NONE | ImapDB.Folder.ListFlags.OLDEST_TO_NEWEST,
+ ImapDB.Folder.ListFlags.OLDEST_TO_NEWEST,
cancellable
);
@@ -335,9 +335,11 @@ private class Geary.ImapEngine.CheckFolderSync : RefreshFolderSync {
(id != null) ? " earlier than oldest local" : ""
);
yield this.folder.list_email_by_id_async(
- id, 1,
+ id,
+ 1,
Geary.Email.Field.NONE,
- Geary.Folder.ListFlags.NONE, cancellable
+ Geary.Folder.ListFlags.NONE,
+ cancellable
);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]