File claws-mail-dont-start-minimized.patch of Package claws-mail.openSUSE_12.1_Update

Index: claws-mail-3.7.10/src/mainwindow.c
===================================================================
--- claws-mail-3.7.10.orig/src/mainwindow.c
+++ claws-mail-3.7.10/src/mainwindow.c
@@ -2252,7 +2252,8 @@ MainWindow *main_window_create()
 	
 #ifndef GENERIC_UMPC
 #ifdef G_OS_UNIX
-	gtk_window_iconify(GTK_WINDOW(mainwin->window));
+	/* gtk_window_iconify(GTK_WINDOW(mainwin->window)); */
+	gtk_window_deiconify(GTK_WINDOW(mainwin->window));
 #endif
 #endif
 
openSUSE Build Service is sponsored by