diff options
author | Rémi Nicole <nicole@kolabsystems.com> | 2018-02-21 21:11:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-21 21:19:32 +0100 |
commit | d3228a2899992370e3fb19609eb1433d02de0f40 (patch) | |
tree | a78d3d04de3856ad4da058d16174ef58797a43cc /framework/qml/Messages.qml | |
parent | 6299a2fee34e53938d7c230e7e29611a6bcdb2b9 (diff) | |
download | kube-d3228a2899992370e3fb19609eb1433d02de0f40.tar.gz kube-d3228a2899992370e3fb19609eb1433d02de0f40.zip |
T7024 fix: implement attachment-based forwarding
Summary:
Implement attachment-based forwarding.
Some notes:
- `loadAsDraft` was removed in favor of new enum `loadType` in QML, and callback based generic programming in C++
Reviewers: cmollekopf
Tags: #kube
Maniphest Tasks: T7024
Differential Revision: https://phabricator.kde.org/D10676
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 18db51ff..9df83863 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -44,6 +44,7 @@ Item { | |||
44 | property string search: "search" | 44 | property string search: "search" |
45 | property string synchronize: "synchronize" | 45 | property string synchronize: "synchronize" |
46 | property string reply: "reply" | 46 | property string reply: "reply" |
47 | property string forward: "forward" | ||
47 | property string edit: "edit" | 48 | property string edit: "edit" |
48 | property string compose: "compose" | 49 | property string compose: "compose" |
49 | property string sendOutbox: "sendOutbox" | 50 | property string sendOutbox: "sendOutbox" |