summaryrefslogtreecommitdiffstats
path: root/src/command
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-07 17:16:07 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-11 16:53:04 +0300
commit08df7f39b269def5d4abfb0e525f3e9f6f2addda (patch)
treeb74071444ed24b39795c956cfc53bb6268c0335c /src/command
parent5d968b7c40bfd4344fd543e0513204c5d17fe291 (diff)
Add toggle encrypt action in composer
Does nothing for now, will be used in a future commit.
Diffstat (limited to 'src/command')
-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 d3cf7283..fd6b9891 100644
--- a/src/command/actions.rs
+++ b/src/command/actions.rs
@@ -81,6 +81,7 @@ pub enum ComposeAction {
RemoveAttachment(usize),
SaveDraft,
ToggleSign,
+ ToggleEncrypt,
}
#[derive(Debug)]