Optimize mail reinjection
- Mark reinjected mails so that Husk can shortcut the processing. - Fix Cargo.toml to correctly include the patched version of sequoia-cert-store and sequoia-keystore.
This commit is contained in:
+2
-2
@@ -23,8 +23,7 @@ log = "0.4.30"
|
||||
log4rs = "1.3.0"
|
||||
sequoia-cert-store = "0.7.3"
|
||||
sequoia-directories = "0.1.0"
|
||||
#sequoia-keystore = "0.7.2"
|
||||
sequoia-keystore = { git = "https://gitlab.com/sequoia-pgp/sequoia-keystore", branch = "malte/softkey-refresh" }
|
||||
sequoia-keystore = "0.7.2"
|
||||
sequoia-net = "0.30.1"
|
||||
sequoia-openpgp = "2.3.0"
|
||||
sequoia-wot = "0.15.0"
|
||||
@@ -50,3 +49,4 @@ codegen-units = 1
|
||||
|
||||
[patch.crates-io]
|
||||
sequoia-cert-store = { git = "https://gitlab.com/sequoia-pgp/sequoia-cert-store", branch = "malte/assert_base_dir" }
|
||||
sequoia-keystore = { git = "https://gitlab.com/sequoia-pgp/sequoia-keystore", branch = "malte/softkey-refresh" }
|
||||
|
||||
Reference in New Issue
Block a user