use email-lib git instead of path

This commit is contained in:
Clément DOUIN
2023-11-27 17:15:34 +01:00
parent 20f6973c55
commit 7629a66c9c
3 changed files with 31 additions and 26 deletions
+1
View File
@@ -36,6 +36,7 @@ impl IdMapper {
db_path
}
// FIXME
pub fn new(backend: &Backend, account_config: &AccountConfig, folder: &str) -> Result<Self> {
Ok(IdMapper::Dummy)