diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 17 |
2 files changed, 20 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index a26a4f34c8..c6acf7e1b6 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-04-26 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail.xml: Added Next/Previous toolbar buttons. + 2001-04-26 Jon Trowbridge <trow@ximian.com> * evolution-mail.xml: Added "Search Message" to "View" menu. diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index de7feacba8..589067976a 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -15,7 +15,7 @@ pixtype="stock" pixname="Stop"/> <cmd name="MailCompose" pixtype="pixbuf" _label="Compose"/> - + <cmd name="PrintMessage" _label="Print message..." _tip="Print message to the printer" pixtype="pixbuf" accel="*Control*P"/> @@ -77,6 +77,11 @@ _tip="Apply any new filters to the mail in this box" accel="*Control*y"/> + <cmd name="MailNext" _label="Next" + _tip="Go to the next message" accel="f"/> + + <cmd name="MailPrevious" _label="Previous" + _tip="Go to the previous message" accel="b"/> <cmd name="FolderExpunge" _label="Expunge" _tip="Finaly remove all mails tagged for deletion" @@ -375,5 +380,15 @@ <toolitem name="Stop" verb="MailStop" _label="Stop"/> + <separator/> + + <toolitem name="Previous" verb="MailPrevious" + _label="Previous" _tip="Go to the previous message" + pixtype="stock" pixname="Back"/> + + <toolitem name="Next" verb="MailNext" + _label="Next" _tip="Go to the next message" + pixtype="stock" pixname="Forward"/> + </dockitem> </Root> |