summaryrefslogtreecommitdiff
path: root/src/command/actions.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-12-30 17:02:10 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-12-30 17:02:10 +0200
commit660bacb9262dac7457bd8c421cc70343a0db3cd5 (patch)
tree53fbdd7bc77e2d684dab217b62ecee8d183bc4ee /src/command/actions.rs
parentde2f46fe611726a445c1e06cbc35343e716aa335 (diff)
downloadmeli-660bacb9262dac7457bd8c421cc70343a0db3cd5.zip
Add `mailto` command to open composer with initial values from mailto templatemaster
Diffstat (limited to 'src/command/actions.rs')
-rw-r--r--src/command/actions.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/actions.rs b/src/command/actions.rs
index 8cc89aea..7152471e 100644
--- a/src/command/actions.rs
+++ b/src/command/actions.rs
@@ -89,6 +89,7 @@ pub enum ComposeAction {
SaveDraft,
ToggleSign,
ToggleEncrypt,
+ Mailto(melib::Mailto),
}
#[derive(Debug)]