From 06e8b6f6b0b758866c053762be4716d7050c1943 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 23 Feb 2017 19:31:30 -0300 Subject: [refactor] use new soledad client parameter - Resolves: #8721 --- src/leap/bitmask/mail/imap/service/imap-server.tac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/leap/bitmask/mail/imap') diff --git a/src/leap/bitmask/mail/imap/service/imap-server.tac b/src/leap/bitmask/mail/imap/service/imap-server.tac index 94601982..a5c390f3 100644 --- a/src/leap/bitmask/mail/imap/service/imap-server.tac +++ b/src/leap/bitmask/mail/imap/service/imap-server.tac @@ -42,7 +42,6 @@ from leap.bitmask.mail.imap.service import LeapIMAPFactory from leap.soledad.client import Soledad - # TODO should get this initializers from some authoritative mocked source # We might want to put them the soledad itself. @@ -67,7 +66,7 @@ def initialize_soledad(uuid, email, passwd, localdb, server_url, cert_file, - syncable=False) + offline=True) return soledad @@ -121,7 +120,7 @@ km_args = (userid, "https://localhost", soledad) km_kwargs = { "token": "", "ca_cert_path": "", - "api_uri": "", + "api_uri": "", "api_version": "", "uid": uuid, "gpgbinary": get_gpg_bin_path() -- cgit v1.2.3