Merge pull request #397 from deltachat/move_autoconfig_to_dedicated_file

Move moz- and outlk-autoconfig to dedicated files
This commit is contained in:
Simon Laux
2019-08-19 19:42:25 +02:00
committed by GitHub
13 changed files with 476 additions and 467 deletions

View File

@@ -3,10 +3,10 @@ use percent_encoding::{utf8_percent_encode, NON_ALPHANUMERIC};
use crate::aheader::EncryptPreference;
use crate::chat::{self, Chat};
use crate::configure::*;
use crate::constants::*;
use crate::contact::*;
use crate::context::Context;
use crate::dc_configure::*;
use crate::dc_e2ee::*;
use crate::dc_mimeparser::*;
use crate::dc_token::*;