summaryrefslogtreecommitdiffstats
path: root/ui/src/components/mail/view/envelope.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-05-12 15:10:08 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:48 +0300
commita0b1a079b83bf7ca755e1a32535801ace2c60b98 (patch)
tree333b275200e3f81f596b1e6e9827b851a2598aa0 /ui/src/components/mail/view/envelope.rs
parent4c88422d71d60265e05cd41d9034387d15f4d546 (diff)
ui: add "application/pgp-signature" content type
Diffstat (limited to 'ui/src/components/mail/view/envelope.rs')
-rw-r--r--ui/src/components/mail/view/envelope.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/src/components/mail/view/envelope.rs b/ui/src/components/mail/view/envelope.rs
index f888b33e..62467196 100644
--- a/ui/src/components/mail/view/envelope.rs
+++ b/ui/src/components/mail/view/envelope.rs
@@ -459,6 +459,14 @@ impl Component for EnvelopeView {
return true;
}
}
+ ContentType::PGPSignature => {
+ context.replies.push_back(UIEvent::StatusEvent(
+ StatusEvent::DisplayMessage(
+ "Signatures aren't supported yet".to_string(),
+ ),
+ ));
+ return true;
+ }
}
} else {
context.replies.push_back(UIEvent::StatusEvent(