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

@@ -6,9 +6,9 @@ use deltachat_derive::{FromSql, ToSql};
use rand::{thread_rng, Rng};
use crate::chat;
use crate::configure::*;
use crate::constants::*;
use crate::context::Context;
use crate::dc_configure::*;
use crate::dc_imex::*;
use crate::dc_location::*;
use crate::dc_loginparam::*;