[geary/wip/actually-imap-logout: 1109/1111] Don't bother terminating IDLE when logging out, will be disconnecting
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/actually-imap-logout: 1109/1111] Don't bother terminating IDLE when logging out, will be disconnecting
- Date: Sun, 1 Dec 2019 07:53:41 +0000 (UTC)
commit 0ebbc9b67cd1b36f96e4b7e159166632c091da6f
Author: Michael Gratton <mike vee net>
Date: Thu Feb 7 14:04:21 2019 +1100
Don't bother terminating IDLE when logging out, will be disconnecting
src/engine/imap/transport/imap-client-session.vala | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/engine/imap/transport/imap-client-session.vala
b/src/engine/imap/transport/imap-client-session.vala
index a752fa7f..2806e901 100644
--- a/src/engine/imap/transport/imap-client-session.vala
+++ b/src/engine/imap/transport/imap-client-session.vala
@@ -1561,9 +1561,6 @@ public class Geary.Imap.ClientSession : BaseObject {
if (!reserve_state_change_cmd(params, state, event))
return state;
- // Leaving AUTHORIZED state, turn off IDLE
- this.cx.enable_idle_when_quiet(false);
-
return State.LOGGING_OUT;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]