[geary/wip/131-sent-mail: 9/14] Minor code cleanup
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/131-sent-mail: 9/14] Minor code cleanup
- Date: Sat, 10 Aug 2019 02:14:55 +0000 (UTC)
commit 87bfdcbcac326968163ced43086bed1dee734273
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]