summaryrefslogtreecommitdiffstats
path: root/melib/src/lib.rs
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 /melib/src/lib.rs
parentd95aae1987aed465de693001c9790d1081820a16 (diff)
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 'melib/src/lib.rs')
-rw-r--r--melib/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/melib/src/lib.rs b/melib/src/lib.rs
index 510dbd36..cf45e9c5 100644
--- a/melib/src/lib.rs
+++ b/melib/src/lib.rs
@@ -132,6 +132,7 @@ pub use nom;
#[macro_use]
extern crate bitflags;
+pub extern crate indexmap;
extern crate uuid;
pub use smallvec;