diff --git a/Cargo.lock b/Cargo.lock index 2d3eed3..a70e4aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1924,8 +1924,7 @@ dependencies = [ [[package]] name = "maildirs" version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c95df9b6f086c16a471a5a2eda2e42b438a52d4cd5bd3381c533fb19709aef6" +source = "git+https://github.com/pimalaya/maildirs#a932e1fc27e8ce05e3778289898f244b5f8d6ce1" dependencies = [ "gethostname", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index ada0756..d9798bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,6 +59,9 @@ indicatif = "0.17" imap-next = { git = "https://github.com/duesee/imap-next" } imap-client = { git = "https://github.com/pimalaya/imap-client" } +# Maildir +maildirs = { git = "https://github.com/pimalaya/maildirs" } + # Pimalaya core email-lib = { git = "https://github.com/pimalaya/core" } keyring-lib = { git = "https://github.com/pimalaya/core" }