summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailViewer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r--framework/qml/MailViewer.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml
index 73dcc291..d2c0a3be 100644
--- a/framework/qml/MailViewer.qml
+++ b/framework/qml/MailViewer.qml
@@ -288,6 +288,10 @@ Rectangle {
288 clip: true 288 clip: true
289 289
290 //TODO size encrypted signed type 290 //TODO size encrypted signed type
291 MouseArea {
292 anchors.fill: parent
293 onClicked: messageParser.attachments.saveAttachmentToDisk(messageParser.attachments.index(index, 0))
294 }
291 } 295 }
292 } 296 }
293 } 297 }