summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-18 12:20:23 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-26 00:54:05 +0300
commit9928ee78e7cb18651e6de4d423547a58c1ba39af (patch)
tree898cb56ec618e8bf0f54dab3cc43845d650a98dc /Cargo.lock
parentd95aae1987aed465de693001c9790d1081820a16 (diff)
downloadmeli-9928ee78e7cb18651e6de4d423547a58c1ba39af.zip
Add Reply{ToAuthor,ToAll} actions
- previous Reply action now lets you select recipients by default - ReplyToAuthor selects the Envelope author as recipient - ReplyToAll selects all addresses
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8401d494..0e85415a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -947,6 +947,7 @@ dependencies = [
"encoding",
"flate2",
"futures",
+ "indexmap",
"isahc",
"libc",
"libloading",