aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-mail-message.xml6
2 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f20414276b..aabfec1153 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-10 Sankar P <psankar@novell.com>
+
+ * evolution-mail-message.xml: added keyboard accelerators for
+ NextMessage and PreviousMessage.
+ Fixes #302974
+
2005-10-19 Harish Krishnaswamy <kharish@novell.com>
Committing for Nathan Owens <pianocomp81@yahoo.com>
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index b952b1527f..1447ece12d 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -22,7 +22,8 @@
accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
<cmd name="MailNext"
- _tip="Display the next message"/>
+ _tip="Display the next message"
+ accel="*Control*Page_Down"/>
<cmd name="MailNextFlagged"
_tip="Display the next important message"/>
@@ -35,7 +36,8 @@
_tip="Display the next unread thread"/>
<cmd name="MailPrevious"
- _tip="Display the previous message"/>
+ _tip="Display the previous message"
+ accel="*Control*Page_Up"/>
<cmd name="MailPreviousFlagged"
_tip="Display the previous important message"/>