From eea8bc47ec3b8fc60ac9d35a160f05f84ad96604 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 23 Feb 2003 06:39:30 +0000 Subject: Set the local provider description field to a string rather than NULL to 2003-02-23 Jeffrey Stedfast * mail-local.c: Set the local provider description field to a string rather than NULL to prevent a segfault on solaris. Fixes bug #38418. svn path=/trunk/; revision=20007 --- mail/mail-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-local.c') diff --git a/mail/mail-local.c b/mail/mail-local.c index 04127c09bb..e71a3315c2 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -1107,7 +1107,7 @@ static void mail_local_store_remove_folder(MailLocalStore *mls, const char *path /* ** Local Provider ************************************************************** */ static CamelProvider local_provider = { - "file", "Local mail", NULL, "mail", + "file", "Local mail", "Local mailbox file", "mail", CAMEL_PROVIDER_IS_STORAGE | CAMEL_PROVIDER_IS_EXTERNAL, CAMEL_URL_NEED_PATH, /* ... */ -- cgit v1.2.3