diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-09-03 14:35:48 -0300 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-09-03 14:35:48 -0300 |
commit | 3bd6b15a18d5fc89506fb40becd7ad7b7449d7da (patch) | |
tree | abc3a2eff7ca0adfa1e2bc42271252fd4ed4a852 /service | |
parent | 2b35e3c95e239db22fe189f8b0ac09ae02948259 (diff) |
reactivating reply/reply all/forward; deactivating reply draft
Diffstat (limited to 'service')
-rw-r--r-- | service/pixelated/user_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/user_agent.py b/service/pixelated/user_agent.py index 4819d3ed..5d70340f 100644 --- a/service/pixelated/user_agent.py +++ b/service/pixelated/user_agent.py @@ -46,7 +46,7 @@ def respond_json(entity): def disabled_features(): return respond_json([ 'saveDraft', - 'replySection', + 'draftReply', 'signatureStatus', 'encryptionStatus', 'contacts' |