From f5695cad5353a3d0910ee0970e985c6c6981e6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 10 Jan 2025 16:02:40 +0100 Subject: [PATCH] refactor(config): change default downloads directory Refs: --- CHANGELOG.md | 4 ++++ Cargo.lock | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390198c5..17285e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed `message.send.save-copy` default to `true` when omitted. [#536] +- Changed default downloads directory. [core#1] + ### Fixed - Fixed permissions issues when using `install.sh`. [#515] @@ -958,4 +960,6 @@ Few major concepts changed: [#523]: https://github.com/pimalaya/himalaya/issues/523 [#535]: https://github.com/pimalaya/himalaya/issues/535 [#536]: https://github.com/pimalaya/himalaya/issues/536 + +[core#1]: https://github.com/pimalaya/core/issues/1 [core#10]: https://github.com/pimalaya/core/issues/10 diff --git a/Cargo.lock b/Cargo.lock index 3aa1d130..d91c6c8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "email-lib" version = "0.26.2" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "async-trait", "chrono", @@ -1828,7 +1828,7 @@ dependencies = [ [[package]] name = "http-lib" version = "0.1.0" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "thiserror 1.0.69", "tokio", @@ -2274,7 +2274,7 @@ dependencies = [ [[package]] name = "keyring-lib" version = "1.0.2" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "keyring", "once_cell", @@ -2599,7 +2599,7 @@ dependencies = [ [[package]] name = "mml-lib" version = "1.1.1" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "async-recursion", "chumsky", @@ -2798,7 +2798,7 @@ dependencies = [ [[package]] name = "oauth-lib" version = "2.0.0" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "http-lib", "oauth2", @@ -3082,7 +3082,7 @@ dependencies = [ [[package]] name = "pgp-lib" version = "1.0.0" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "async-recursion", "futures", @@ -3261,7 +3261,7 @@ dependencies = [ [[package]] name = "process-lib" version = "1.0.0" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "serde", "thiserror 1.0.69", @@ -3737,7 +3737,7 @@ dependencies = [ [[package]] name = "secret-lib" version = "1.0.0" -source = "git+https://github.com/pimalaya/core#f30a2f535cc6636032d937d23c41ac5e5ff541b6" +source = "git+https://github.com/pimalaya/core#54aa97e39768ee8b6482fea7560bd15daadfa739" dependencies = [ "keyring-lib", "process-lib",