[Xfce4-commits] <postler:master> Restore the Check Mail button for now
Christian Dywan
noreply at xfce.org
Mon Jul 4 23:58:03 CEST 2011
Updating branch refs/heads/master
to 6c3d874822993973385081930688b40751d0b33c (commit)
from c9d5696271978c33c427f5a80e3c5f705ab26a45 (commit)
commit 6c3d874822993973385081930688b40751d0b33c
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Jul 4 00:02:14 2011 +0200
Restore the Check Mail button for now
We don't have real-time synchronization yet.
postler/postler-bureau.vala | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 60c9384..a930a01 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -73,6 +73,7 @@ public class Postler.Bureau : Gtk.Window {
</menu>
</menubar>
<toolbar>
+ <toolitem action="MailReceive"/>
<toolitem action="MessageNew"/>
<separator/>
<toolitem action="MessageReplyAll"/>
@@ -82,8 +83,6 @@ public class Postler.Bureau : Gtk.Window {
<separator expand="true"/>
</toolbar>
<popup name="view">
- <menuitem action="MailReceive"/>
- <separator/>
<menuitem action="Fullscreen"/>
<menuitem action="AccountNew"/>
<menuitem action="ReportBug"/>
@@ -345,8 +344,8 @@ public class Postler.Bureau : Gtk.Window {
/* TODO: Send outstanding outgoing mail */
const Gtk.ActionEntry[] action_entries = {
{ "Mail", null, N_("_Mail") },
- { "MailReceive", Gtk.STOCK_REFRESH, N_("_Receive Mail"), "<Ctrl>i",
- N_("Receive mail on all accounts"), action_mail_receive },
+ { "MailReceive", Gtk.STOCK_REFRESH, N_("_Check for new mail"), "<Ctrl>i",
+ N_("Check for new mail"), action_mail_receive },
{ "MessageNew", STOCK_MAIL_MESSAGE_NEW, null, "<Ctrl>m",
N_("Compose a new message"), action_message_new },
{ "MessageReply", STOCK_MAIL_REPLY_SENDER, null, "<Ctrl>r",
More information about the Xfce4-commits
mailing list