From ba58d14fae68c551073dd4bc97179551eeecd098 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 27 Nov 2001 21:41:18 +0000 Subject: merged from evoution-1-0-branch 2001-11-25 Not Zed * mail-config.c (config_read): Enable news accounts that exist always, since no gui for it. 2001-11-20 Jeffrey Stedfast * message-list.c (message_list_select): 'n' shouldn't wrap if 'p' doesn't. * mail-format.c (format_mime_part): Make sure the mime-type is non-NULL before passing it off to mail_lookup_handler(). 2001-11-20 Not Zed * folder-browser-ui.c: Disable search if no message loaded/viewed. Also for #14348. * folder-browser.c: Disable "Add sender to addressbook" if we dont have a message loaded (it wont work). For #14348. 2001-11-20 Jeffrey Stedfast * mail-display.c (load_content_loaded): Make sure the mail-display object is still "alive" before accessing any of it's data. svn path=/trunk/; revision=14796 --- mail/mail-config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-config.c') diff --git a/mail/mail-config.c b/mail/mail-config.c index f7ca05d548..40be7662f0 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -504,6 +504,7 @@ config_read (void) if ((r = bonobo_config_get_string (config->db, path, NULL))) { n = g_new0 (MailConfigService, 1); n->url = r; + n->enabled = TRUE; config->news = g_slist_append (config->news, n); } -- cgit v1.2.3