2007-09-16 [colin] 3.0.0cvs14
[claws.git] / src / mainwindow.c
index 45b128ceb22e227cdd643e766dd0756d89d21269..e64040f3dd06f85d57b6ee9da14982de58d87c4e 100644 (file)
@@ -2453,7 +2453,7 @@ SensitiveCond main_window_get_current_state(MainWindow *mainwin)
        
        selection = summary_get_selection_type(mainwin->summaryview);
 
-       if (mainwin->lock_count == 0)
+       if (mainwin->lock_count == 0 && !claws_is_starting())
                state |= M_UNLOCKED;
        if (selection != SUMMARY_NONE)
                state |= M_MSG_EXIST;