diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-22 19:48:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-22 19:48:31 +0800 |
commit | 6005b4a01a5f2676e9043c6df876fd3724f5ff47 (patch) | |
tree | 1d16e7fbff2797ffbc7192e4ffd471f19c0eacaf | |
parent | 929f00f067f1b6b5c43aa4b0aee6477927fd24cb (diff) | |
download | gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.tar gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.tar.gz gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.tar.bz2 gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.tar.lz gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.tar.xz gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.tar.zst gsoc2013-evolution-6005b4a01a5f2676e9043c6df876fd3724f5ff47.zip |
Removed the temporary get mail button.
2001-01-22 Not Zed <NotZed@Ximian.com>
* evolution-mail.xml: Removed the temporary get mail button.
svn path=/trunk/; revision=7704
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b0bfbd59ac..0b8a655d6a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-01-22 Not Zed <NotZed@Ximian.com> + + * evolution-mail.xml: Removed the temporary get mail button. + 2001-01-19 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Added a temporary button to test new receive diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 288930be5c..04480e6cca 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -253,12 +253,6 @@ _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> |