1 9438 sh162551 --- mail/em-folder-browser.c.orig 2006-10-10 13:35:47.525901000 +0800 2 9438 sh162551 +++ mail/em-folder-browser.c 2006-10-10 13:37:36.030849000 +0800 3 9438 sh162551 @@ -606,6 +606,7 @@ 4 9184 sh162551 5 9184 sh162551 void em_folder_browser_show_preview(EMFolderBrowser *emfb, gboolean state) 6 9184 sh162551 { 7 9184 sh162551 +#if 0 8 9184 sh162551 if ((emfb->view.preview_active ^ state) == 0 9 9184 sh162551 || emfb->view.list == NULL) { 10 9184 sh162551 if (state && emfb->priv->scope_restricted && emfb->view.list->cursor_uid && *(emfb->view.list->cursor_uid)) { 11 9438 sh162551 @@ -615,6 +616,7 @@ 12 9184 sh162551 13 9184 sh162551 return; 14 9184 sh162551 } 15 9184 sh162551 +#endif 16 9184 sh162551 17 9184 sh162551 emfb->view.preview_active = state; 18 9438 sh162551 19