mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
refactor(loginparam): rename dc_loginparam -> login_param
This commit is contained in:
committed by
holger krekel
parent
dd381a5c1c
commit
f3e53a05a6
@@ -2,8 +2,8 @@ use quick_xml;
|
||||
use quick_xml::events::{BytesEnd, BytesStart, BytesText};
|
||||
|
||||
use crate::context::Context;
|
||||
use crate::dc_loginparam::LoginParam;
|
||||
use crate::dc_tools::*;
|
||||
use crate::login_param::LoginParam;
|
||||
use crate::x::*;
|
||||
|
||||
use super::read_autoconf_file;
|
||||
|
||||
Reference in New Issue
Block a user