Merge ~radonapps/dekko:fix-1341547 into dekko:master
Proposed by
Daniyaal Rasheed
on 2016-01-03
| Status: | Approved |
|---|---|
| Approved by: | Dan Chapman on 2016-01-05 |
| Approved revision: | 240d9603c7e6a5297bc0487fe46c8230433367d2 |
| Proposed branch: | ~radonapps/dekko:fix-1341547 |
| Merge into: | dekko:master |
| Diff against target: |
379 lines (+110/-14) 13 files modified
qml/Settings/user/NewIdentityPage.qml (+27/-10) qml/Settings/user/SenderIdentityInput.qml (+9/-0) qml/SetupWizard/IdentityInput.qml (+15/-2) qml/SetupWizard/ManualSetup.qml (+11/-0) qml/SetupWizard/SetupWizard.qml (+4/-0) src/3rdParty/trojita/Common/SettingsNames.cpp (+1/-0) src/3rdParty/trojita/Common/SettingsNames.h (+1/-1) src/app/Accounts/SenderIdentity.cpp (+14/-0) src/app/Accounts/SenderIdentity.h (+16/-0) src/app/Accounts/SenderIdentityModel.cpp (+9/-0) src/app/Accounts/SenderIdentityModel.h (+1/-0) src/app/Settings/SettingsNames.cpp (+1/-0) src/app/Settings/SettingsNames.h (+1/-1) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Dan Chapman (community) | 2016-01-03 | Approve on 2016-01-05 | |
|
Review via email:
|
|||
Description of the Change
Implemented a Reply-To field as part of an Identity
This patch implements the skeleton required for future use of a reply-to
email by adding the GUI necessary for a user to configure their reply-to
email address.
fixes: bug 1341547
To post a comment you must log in.
| Daniyaal Rasheed (radonapps) wrote : | # |
| Dan Chapman (dpniel) wrote : | # |
Looks good to me. Nice job
I'll get this new field added to the message headers in the next couple of days while i finish off this smtp owrk.
Thanks again!
review:
Approve
Unmerged commits
- 240d960... by Daniyaal Rasheed on 2016-01-04
- 6f6affa... by Daniyaal Rasheed on 2016-01-03
- d498ade... by Daniyaal Rasheed on 2016-01-01


Both NotificationWorker classes are not supposed to be there, when I pulled in the new code it apparently made changes to this file, which I blindly staged because everything above it was right. I don't how I can "uncommit" this but still have the changes I've made to all the other files inside my local repository.