[geary/wip/replay-queue-wedging: 3/5] Minor code cleanup
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/replay-queue-wedging: 3/5] Minor code cleanup
- Date: Fri, 9 Aug 2019 23:00:38 +0000 (UTC)
commit 4a8f5ec45a8bc6c90b338eabedd8ad346c50089e
Author: Michael Gratton <mike vee net>
Date: Sat Aug 10 08:39:12 2019 +1000
Minor code cleanup
Imap.ClientSession doesn't automaticaly enter IDLE after doing a SELECT,
so there's no need to guard against it.
src/engine/imap/transport/imap-client-session.vala | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/engine/imap/transport/imap-client-session.vala
b/src/engine/imap/transport/imap-client-session.vala
index 61ecd397..c944f3ea 100644
--- a/src/engine/imap/transport/imap-client-session.vala
+++ b/src/engine/imap/transport/imap-client-session.vala
@@ -1442,10 +1442,6 @@ public class Geary.Imap.ClientSession : BaseObject {
default:
debug("[%s]: Unable to SELECT/EXAMINE: %s", to_string(), completion_response.to_string());
-
- // turn off IDLE, client should request it again if desired.
- this.cx.enable_idle_when_quiet(false);
-
return State.AUTHORIZED;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]