GNOME Bugzilla – Bug 774651
Pressing escape should quit the composer
Last modified: 2019-02-13 14:33:59 UTC
This works just from inside the text field, but not when some address field is selected. Plus: When the mail is empty, the popup could be skipped.
Since we use autocompletion for the email address entries, overloading escape there might be a bit racy, but perhaps we can check if the currently focused field is empty, or if other fields have been filled out yet, or something similar. It should probably work for the subject entry though. We do need to sort out how prompty the composer is sometimes - that looks like Bug 743970.
Fixed by https://gitlab.gnome.org/GNOME/geary/merge_requests/106