mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
Add more documentation
This commit is contained in:
@@ -161,6 +161,8 @@ impl Accounts {
|
||||
}
|
||||
|
||||
/// Migrate an existing account into this structure.
|
||||
///
|
||||
/// Returns the ID of new account.
|
||||
pub async fn migrate_account(&mut self, dbfile: PathBuf) -> Result<u32> {
|
||||
let blobdir = Context::derive_blobdir(&dbfile);
|
||||
let walfile = Context::derive_walfile(&dbfile);
|
||||
|
||||
Reference in New Issue
Block a user