aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/mainwindow.c2
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5bcb25d..af3d5372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-07
+
+ * src/mainwindow.c: disable '/Message/Receive/Remote mailbox...'
+ when mail incorporation is active.
+
2008-10-03
* manual/ja/sylpheed.sgml: updated Japanese manual.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index ebdcc609..55f3dd10 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,8 @@
+2008-10-07
+
+ * src/mainwindow.c: メールの受信の動作中は「/メッセージ/受信/
+ リモートメールボックス...」を無効にするようにした。
+
2008-10-03
* manual/ja/sylpheed.sgml: 日本語マニュアルを更新。
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},