aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-01 02:34:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-01 02:34:42 +0000
commitcbf7cb3b735e09d6ce449cf7a4c80ea4a6e9e616 (patch)
treedb87406838a111c85201aa5013a5d7f72102e262 /src/mainwindow.c
parentd81b3d740eddb35ca5fd84030980804b6884ef04 (diff)
don't lock some items in Configuration menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1519 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 21e65e98..f9fff54d 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2054,7 +2054,12 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
{"/Tools/Execute marked process" , M_MSG_EXIST|M_EXEC},
{"/Tools/Delete duplicated messages" , M_MSG_EXIST|M_ALLOW_DELETE},
- {"/Configuration", M_UNLOCKED},
+ {"/Configuration/Common preferences...", M_UNLOCKED},
+ {"/Configuration/Filter setting...", M_UNLOCKED},
+ {"/Configuration/Preferences for current account...", M_UNLOCKED},
+ {"/Configuration/Create new account...", M_UNLOCKED},
+ {"/Configuration/Edit accounts...", M_UNLOCKED},
+ {"/Configuration/Change current account", M_UNLOCKED},
{NULL, 0}
};