** Fix for bug #430369
2007-12-17 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #430369 * mail-session.c: (mail_session_init): Init in the main gui thread. svn path=/trunk/; revision=34713
This commit is contained in:
committed by
Srinivasa Ragavan
parent
5b89cbe4f5
commit
aec1cc4666
@ -1,3 +1,9 @@
|
||||
2007-12-17 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** Fix for bug #430369
|
||||
|
||||
* mail-session.c: (mail_session_init): Init in the main gui thread.
|
||||
|
||||
2007-12-17 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** Non-intrusive errror reporting and basic logging support.
|
||||
|
||||
@ -658,6 +658,7 @@ mail_session_init (const char *base_directory)
|
||||
|
||||
session = CAMEL_SESSION (camel_object_new (MAIL_SESSION_TYPE));
|
||||
e_account_combo_box_set_session (session); /* XXX Don't ask... */
|
||||
e_account_writable(NULL, E_ACCOUNT_SOURCE_SAVE_PASSWD); /* Init the EAccount Setup */
|
||||
|
||||
camel_dir = g_strdup_printf ("%s/mail", base_directory);
|
||||
camel_session_construct (session, camel_dir);
|
||||
|
||||
Reference in New Issue
Block a user