Restore compose button functionality#10862
Conversation
|
Missing report label. Set exactly one of: |
|
@jondaley Thanks for the fix. You just need to run |
|
Great, thanks. I wasn't sure what was missing. I believe it is all set now? |
wmontwe
left a comment
There was a problem hiding this comment.
This fixed the issue, thank you.
|
Thanks for your contribution! Your pull request has been merged and will be part of Thunderbird 20. We appreciate the time and effort you put into improving Thunderbird. If you haven’t already, you’re welcome to join our Matrix chat for contributors. It’s where we discuss development and help each other out. https://matrix.to/#/#tb-android-dev:mozilla.org |
fix: this PR does two things: 1, fixes compose button on overflow menu when viewing a message. 2. displays compose button on top menu when using non-floating preference, rather then putting it on the overflow menu.
The compose button behavior was recently changed. It seem like maybe the developers are using the floating compose button so haven't noticed that the behavior broke. I would guess that because of that, the compose menu choice isn't needed, but for those of us who prefer the non-floating version, this fixes a needed behavior.
The bug was reported here: #10753