summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailViewer.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-24 08:01:12 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-24 08:01:12 +0200
commit5df2baeb48298d422000574f8755ea08b0c19a97 (patch)
tree1b5c6b867e323eb006e27ee05b8f9cdcf259bf30 /framework/qml/MailViewer.qml
parentb252cffc8808153377d7536ece006f5df17577be (diff)
downloadkube-5df2baeb48298d422000574f8755ea08b0c19a97.tar.gz
kube-5df2baeb48298d422000574f8755ea08b0c19a97.zip
Saving of attachments
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 }