After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 247087 - Close mail message using 'ESC' key
Close mail message using 'ESC' key
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 242070
 
 
Reported: 2003-07-30 02:12 UTC by yuedong du
Modified: 2004-09-29 20:42 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description yuedong du 2003-07-30 02:12:42 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1) Double click on a mail item, to open the mail message in a new window
2) After reading the mail, the user should be able to dismiss the mail
message window by pressing the 'Esc' key.

Actual Results:
not closed,

How often does this happen? 
always

Additional Information:
Comment 1 yuedong du 2003-07-30 02:15:29 UTC
Index: message-browser.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/message-browser.c,v
retrieving revision 1.40
diff -u -r1.40 message-browser.c
--- message-browser.c   25 Jul 2003 20:24:38 -0000      1.40
+++ message-browser.c   30 Jul 2003 02:15:07 -0000
@@ -341,6 +341,9 @@
        case GDK_KP_Delete:
                message_browser_delete (NULL, mb, NULL);
                return TRUE;
+       case GDK_Escape:
+               message_browser_close (NULL, mb, NULL);
+               return TRUE;
        default:
        }
Comment 2 yuedong du 2003-07-30 02:15:50 UTC
patch provided,
Comment 3 yuedong du 2003-08-01 09:17:24 UTC
fixed in cvs