From 1889b79a4a6d292c15b009d04be1f4147dc515dd Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 6 Dec 2002 03:59:09 +0000 Subject: use "contacts", "contacts/ldap" as the accepted contacts types, so it'll 2002-12-05 Chris Toshok * e-shell-config-default-folders.c: use "contacts", "contacts/ldap" as the accepted contacts types, so it'll allow both normal and ldap contact folders. svn path=/trunk/; revision=19037 --- shell/e-shell-config-default-folders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-config-default-folders.c') diff --git a/shell/e-shell-config-default-folders.c b/shell/e-shell-config-default-folders.c index 1966df05a9..9ee4cd7be8 100644 --- a/shell/e-shell-config-default-folders.c +++ b/shell/e-shell-config-default-folders.c @@ -122,7 +122,7 @@ config_control_destroy_notify (void *data, } static const char *mail_types[] = { "mail", NULL }; -static const char *contacts_types[] = { "contacts", "ldap-contacts", NULL }; +static const char *contacts_types[] = { "contacts", "contacts/ldap", NULL }; static const char *calendar_types[] = { "calendar", NULL }; static const char *tasks_types[] = { "tasks", NULL }; -- cgit v1.2.3