aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-10-07 09:39:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-10-07 09:39:06 +0000
commitbf26a8a8d9cd7df740c227d7b7995cd92fd9b268 (patch)
tree2e09dca83df2a0d77c38ff2660f0bdf0f387348d /src
parentcb9b838a061126aad536a0152894ca1ef83645f5 (diff)
disable '/Message/Receive/Remote mailbox...' when mail incorporation is active.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2052 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 3cc44601..8a7183aa 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2099,6 +2099,8 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
, M_HAVE_ACCOUNT|M_UNLOCKED},
{"/Message/Receive/Stop receiving"
, M_INC_ACTIVE},
+ {"/Message/Receive/Remote mailbox..."
+ , M_HAVE_ACCOUNT|M_UNLOCKED},
{"/Message/Send queued messages" , M_HAVE_ACCOUNT|M_HAVE_QUEUED_MSG},
{"/Message/Compose new message" , M_HAVE_ACCOUNT},