summaryrefslogtreecommitdiffstats
path: root/ui/src/components/mail/view/envelope.rs
diff options
context:
space:
mode:
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(