diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index f0f68dc95f..b0bfbd59ac 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-01-19 Not Zed <NotZed@Ximian.com> + + * evolution-mail.xml: Added a temporary button to test new receive + code. + 2001-01-18 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added Next/Previous toolbar buttons. diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 04480e6cca..288930be5c 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -253,6 +253,12 @@ _label="Next" pixtype="stock" pixname="Forward"/> + <separator/> + + <toolitem name="MailGetNew" verb="" + _label="Get Mail (new)" _tip="Experimental/new code to get/receive mail" + pixtype="pixbuf"/> + </dockitem> </Root> |