Disable the selection of the first unread message for now. This is
2003-10-03 Jeffrey Stedfast <fejj@ximian.com> * em-folder-browser.c (emfb_set_folder): Disable the selection of the first unread message for now. This is actually annoying the fuck out of me, Radek, and a few other people. svn path=/trunk/; revision=22794
This commit is contained in:
committed by
Jeffrey Stedfast
parent
bca6fac45e
commit
2ff5378ac9
@ -1,3 +1,9 @@
|
||||
2003-10-03 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* em-folder-browser.c (emfb_set_folder): Disable the selection of
|
||||
the first unread message for now. This is actually annoying the
|
||||
fuck out of me, Radek, and a few other people.
|
||||
|
||||
2003-10-02 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
|
||||
|
||||
* mail-config-druid.c: Fix for 40917 "Backspace shouldn't
|
||||
|
||||
@ -729,10 +729,12 @@ emfb_set_folder(EMFolderView *emfv, CamelFolder *folder, const char *uri)
|
||||
|
||||
if ((sstate = camel_object_meta_get(folder, "evolution:thread_list")))
|
||||
message_list_set_threaded(emfv->list, sstate[0] != '0');
|
||||
|
||||
|
||||
#if 0
|
||||
if (emfv->list->cursor_uid == NULL && ((EMFolderBrowser *)emfv)->priv->list_built_id == 0)
|
||||
((EMFolderBrowser *)emfv)->priv->list_built_id =
|
||||
g_signal_connect(emfv->list, "message_list_built", G_CALLBACK(emfb_list_built), emfv);
|
||||
#endif
|
||||
}
|
||||
|
||||
emfb_parent->set_folder(emfv, folder, uri);
|
||||
|
||||
Reference in New Issue
Block a user