diff --git a/Cargo.lock b/Cargo.lock index 52b029a..6d6029d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,8 +1216,9 @@ dependencies = [ [[package]] name = "email-lib" -version = "0.21.0" -source = "git+https://git.sr.ht/~soywod/pimalaya#a38466919a71133704375ff6cd10d3a010232cf5" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37e3535a72128056ee823c40edcf682d3d79c88fe6d86def04f5ae36ce229075" dependencies = [ "advisory-lock", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e079a00..a2448da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ clap_mangen = "0.2" console = "0.15.2" dialoguer = "0.10.2" dirs = "4.0" -email-lib = { version = "=0.21.0", default-features = false } +email-lib = { version = "=0.22.0", default-features = false } email_address = "0.2.4" env_logger = "0.8" erased-serde = "0.3" @@ -98,5 +98,5 @@ features = ["bundled"] [target.'cfg(not(windows))'.dependencies.coredump] version = "0.1" -[patch.crates-io] -email-lib = { git = "https://git.sr.ht/~soywod/pimalaya" } +# [patch.crates-io] +# email-lib = { git = "https://git.sr.ht/~soywod/pimalaya" } diff --git a/config.sample.toml b/config.sample.toml index 98396aa..c299fa4 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -1,5 +1,5 @@ # The account name. -[example] +[accounts.example] # The current account will be used by default for all other commands. default = true