mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
refactor: hide accounts.rs constants from public API
This commit is contained in:
@@ -296,10 +296,10 @@ impl Accounts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Configuration file name.
|
/// Configuration file name.
|
||||||
pub const CONFIG_NAME: &str = "accounts.toml";
|
const CONFIG_NAME: &str = "accounts.toml";
|
||||||
|
|
||||||
/// Database file name.
|
/// Database file name.
|
||||||
pub const DB_NAME: &str = "dc.db";
|
const DB_NAME: &str = "dc.db";
|
||||||
|
|
||||||
/// Account manager configuration file.
|
/// Account manager configuration file.
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
|
|||||||
Reference in New Issue
Block a user