mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
fix flatten account config sample
This commit is contained in:
parent
123224963d
commit
faeda95978
3 changed files with 7 additions and 6 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# The account name.
|
||||
[example]
|
||||
[accounts.example]
|
||||
|
||||
# The current account will be used by default for all other commands.
|
||||
default = true
|
||||
|
|
Loading…
Reference in a new issue