aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_toolbar.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-10-07 10:04:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-10-07 10:04:17 +0000
commit8d53907a3cedc6c27d48662475bb0e4b28f23ead (patch)
tree3c2f69f32f4e0e4033ea7abe058e67de8833c163 /src/prefs_toolbar.c
parentbf26a8a8d9cd7df740c227d7b7995cd92fd9b268 (diff)
added POP3 remote mailbox button to the toolbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2053 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_toolbar.c')
-rw-r--r--src/prefs_toolbar.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c
index d77dcbc6..2a692360 100644
--- a/src/prefs_toolbar.c
+++ b/src/prefs_toolbar.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2008 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -44,6 +44,9 @@ static PrefsDisplayItem all_items[] =
{T_GET_ALL, "get-all", N_("Get all"),
N_("Incorporate new mail of all accounts"),
STOCK_PIXMAP_MAIL_RECEIVE_ALL, NULL, FALSE, FALSE},
+ {T_REMOTE_MAILBOX, "remote-mailbox", N_("Remote mailbox"),
+ N_("POP3 Remote mailbox"),
+ STOCK_PIXMAP_MAIL_RECEIVE, NULL, FALSE, FALSE},
{T_SEND_QUEUE, "send-queue", N_("Send"),
N_("Send queued message(s)"),
STOCK_PIXMAP_MAIL_SEND, NULL, FALSE, FALSE},
@@ -133,6 +136,7 @@ static gint main_available_items[] =
T_SEPARATOR,
T_GET,
T_GET_ALL,
+ T_REMOTE_MAILBOX,
T_SEND_QUEUE,
T_COMPOSE,
T_REPLY,