Skip to content

Commit

Permalink
refactor(message): make message.send.save-copy true by default
Browse files Browse the repository at this point in the history
Refs: #536
  • Loading branch information
soywod committed Jan 10, 2025
1 parent 97e40b5 commit 9aa408a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 46 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Since logs are sent to `stderr`, warnings can be easily discarded by prepending commands with `RUST_LOG=off` or by appending commands with `2>/dev/null`.

- Changed `message.send.save-copy` default to `true` when omitted. [#536]

### Fixed

- Fixed permissions issues when using `install.sh`. [#515]

- Fixed de/serialization issues of backends' `none` variant. [#523]

## [1.0.0] - 2024-12-09
Expand Down Expand Up @@ -950,4 +953,5 @@ Few major concepts changed:
[#515]: https://github.com/pimalaya/himalaya/issues/515
[#522]: https://github.com/pimalaya/himalaya/issues/522
[#523]: https://github.com/pimalaya/himalaya/issues/523
[#536]: https://github.com/pimalaya/himalaya/issues/536
[core#10]: https://github.com/pimalaya/core/issues/10
80 changes: 34 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,11 @@ url = "2.2"
uuid = { version = "0.8", features = ["v4"] }

[patch.crates-io]
email-lib.git = "https://github.com/pimalaya/core"
keyring-lib.git = "https://github.com/pimalaya/core"
mml-lib.git = "https://github.com/pimalaya/core"
oauth-lib.git = "https://github.com/pimalaya/core"
pgp-lib.git = "https://github.com/pimalaya/core"
pimalaya-tui.git = "https://github.com/pimalaya/tui"
process-lib.git = "https://github.com/pimalaya/core"
secret-lib.git = "https://github.com/pimalaya/core"

0 comments on commit 9aa408a

Please sign in to comment.