aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-03 15:37:49 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-03 15:37:49 +0800
commitc63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942 (patch)
treec1391fdfe1d0d9e2c3b6fdbf83846cc82981355d /mail
parentcc3f47a93b23b778fc71b61dd71c3c1663c90f6d (diff)
downloadgsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar
gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.gz
gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.bz2
gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.lz
gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.xz
gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.zst
gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.zip
Increase window size slightly, rename "Transport" to "Mail Transport"
2000-08-03 JP Rosevear <jpr@helixcode.com> * mail-config.glade: Increase window size slightly, rename "Transport" to "Mail Transport" * mail-config.c (init_config): Remove gconf references (clear_config): ditto (read_config): ditto (write_config): ditto (mail_config): Null provider lists before filling them (mail_config_druid): ditto (identity_page_new): Increase spacing of vbox (service_page_new): ditto * Makefile.am: Remove gconf references. svn path=/trunk/; revision=4504
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog16
-rw-r--r--mail/Makefile.am4
-rw-r--r--mail/evolution-mail.schemas66
-rw-r--r--mail/mail-config.c235
-rw-r--r--mail/mail-config.glade4
-rw-r--r--mail/mail-config.glade.h2
6 files changed, 142 insertions, 185 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a146c4d6f4..a4a4ea74ed 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2000-08-03 JP Rosevear <jpr@helixcode.com>
+
+ * mail-config.glade: Increase window size slightly, rename
+ "Transport" to "Mail Transport"
+
+ * mail-config.c (init_config): Remove gconf references
+ (clear_config): ditto
+ (read_config): ditto
+ (write_config): ditto
+ (mail_config): Null provider lists before filling them
+ (mail_config_druid): ditto
+ (identity_page_new): Increase spacing of vbox
+ (service_page_new): ditto
+
+ * Makefile.am: Remove gconf references.
+
2000-08-02 Dan Winship <danw@helixcode.com>
* mail-config.c (service_page_item_new): Make the "test settings"
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 0e3c09cfb0..7c4bbb08a3 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -75,7 +75,6 @@ evolution_mail_LDADD = \
$(top_builddir)/filter/libfilter.la \
$(BONOBO_VFS_GNOME_LIBS) \
$(GTKHTML_LIBS) \
- $(GCONF_LIBS) \
$(THREADS_LIBS) \
$(UNICODE_LIBS)
@@ -110,9 +109,6 @@ endif
gladedir = $(datadir)/evolution/glade
glade_DATA = mail-config.glade mail-config-druid.glade
-schemadir = $(sysconfdir)/gconf/schemas
-schema_DATA = evolution-mail.schemas
-
iconsdir = $(datadir)/images/evolution
$(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas
deleted file mode 100644
index 44e8d5181a..0000000000
--- a/mail/evolution-mail.schemas
+++ /dev/null
@@ -1,66 +0,0 @@
-<gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/apps/Evolution/Mail/sources</key>
- <applyto>/apps/Evolution/Mail/sources</applyto>
- <owner>Evolution Mail</owner>
- <type>list</type>
- <locale name="C">
- <short>A list of mail sources</short>
- <long>A list of mail sources, in the form of Camel
- URLs. When the user clicks "Get Mail", Evolution will
- move all of the mail from these sources through any
- configured filters or into the Inbox, deleting the
- original copies.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/Evolution/Mail/transport</key>
- <applyto>/apps/Evolution/Mail/transport</applyto>
- <owner>Evolution Mail</owner>
- <type>string</type>
- <locale name="C">
- <short>Default mail transport</short>
- <long>A Camel URL representing the default mail
- transport.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/Evolution/Mail/identities</key>
- <applyto>/apps/Evolution/Mail/identities</applyto>
- <owner>Evolution Mail</owner>
- <type>list</type>
- <locale name="C">
- <short>A list of identities</short>
- <long>A list of the user's identities. Each identity
- consists of four newline-separated fields: an address,
- a name, an organization, and the path to a file
- containing a signature. (All fields but the first can
- be empty.)</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/Evolution/Mail/send_html</key>
- <applyto>/apps/Evolution/Mail/send_html</applyto>
- <owner>Evolution Mail</owner>
- <type>bool</type>
- <locale name="C">
- <short>Whether or not to send HTML mail</short>
- <long>Whether or not to send HTML mail. If TRUE,
- Evolution will send multipart/alternative mail
- containing text/plain and text/html parts. If FALSE,
- it will send only the text/plain part. (There is no
- way to send only HTML.)</long>
- </locale>
- </schema>
-
-
- </schemalist>
-</gconfschemafile>
-
-
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 7b9a88a32c..73c081ea4b 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -31,8 +31,6 @@
#include <gnome.h>
#include <gtkhtml/gtkhtml.h>
#include <glade/glade.h>
-#include <gconf/gconf.h>
-#include <gconf/gconf-client.h>
#include "e-util/e-html-utils.h"
#include "e-util/e-setup.h"
@@ -164,7 +162,6 @@ typedef struct
} MailDialog;
static const char GCONFPATH[] = "/apps/Evolution/Mail";
-static GConfClient *client = NULL;
static MailConfig *config;
/* private prototypes - these are ugly, rename some of them? */
@@ -427,29 +424,16 @@ service_destroy_each (gpointer item, gpointer data)
/* Config struct routines */
static void
-init_config (const gchar *path)
+init_config ()
{
if (config)
return;
config = g_new0 (MailConfig, 1);
-
- if (client)
- return;
-
-#ifdef HAVE_GCONF_CLIENT_GET_DEFAULT
- client = gconf_client_get_default ();
-#else
- client = gconf_client_new ();
-#endif
-
- gconf_client_add_dir (client, path,
- GCONF_CLIENT_PRELOAD_RECURSIVE, NULL);
}
static void
-clear_config
- ()
+clear_config ()
{
if (!config)
return;
@@ -467,171 +451,198 @@ clear_config
}
static void
-read_config (const gchar *path)
+read_config ()
{
- GConfError *err = NULL;
- GSList *names, *addr, *orgs, *sigs, *sources, *news;
gchar *str;
gint len, i;
- init_config (path);
+ init_config ();
clear_config ();
-
+
/* Configured */
- str = g_strdup_printf ("%s/configured", path);
- config->configured = gconf_client_get_bool (client, str, &err);
+ str = g_strdup_printf ("=%s/config/General=/General/configured",
+ evolution_dir);
+ config->configured = gnome_config_get_bool (str);
g_free (str);
-
+
/* Identities */
- str = g_strdup_printf ("%s/Identities/names", path);
- names = gconf_client_get_list (client, str, GCONF_VALUE_STRING, &err);
- g_free (str);
- str = g_strdup_printf ("%s/Identities/addresses", path);
- addr = gconf_client_get_list (client, str, GCONF_VALUE_STRING, &err);
- g_free (str);
- str = g_strdup_printf ("%s/Identities/orgs", path);
- orgs = gconf_client_get_list (client, str, GCONF_VALUE_STRING, &err);
- g_free (str);
- str = g_strdup_printf ("%s/Identities/sigs", path);
- sigs = gconf_client_get_list (client, str, GCONF_VALUE_STRING, &err);
+ str = g_strdup_printf ("=%s/config/Mail=/Identities/", evolution_dir);
+ gnome_config_push_prefix (str);
g_free (str);
- len = g_slist_length (names);
+ len = gnome_config_get_int ("num");
for (i=0; i<len; i++) {
MailConfigIdentity *id;
+ gchar *path;
id = g_new0 (MailConfigIdentity, 1);
- id->name = g_strdup ((gchar *)g_slist_nth_data (names, i));
- id->address = g_strdup ((gchar *)g_slist_nth_data (addr, i));
- id->org = g_strdup ((gchar *)g_slist_nth_data (orgs, i));
- id->sig = g_strdup ((gchar *)g_slist_nth_data (sigs, i));
+
+ path = g_strdup_printf ("name_%d", i);
+ id->name = gnome_config_get_string (path);
+ g_free (path);
+ path = g_strdup_printf ("address_%d", i);
+ id->address = gnome_config_get_string (path);
+ g_free (path);
+ path = g_strdup_printf ("org_%d", i);
+ id->org = gnome_config_get_string (path);
+ g_free (path);
+ path = g_strdup_printf ("sig_%d", i);
+ id->sig = gnome_config_get_string (path);
+ g_free (path);
config->ids = g_slist_append (config->ids, id);
}
-
+ gnome_config_pop_prefix ();
+
/* Sources */
- str = g_strdup_printf ("%s/Sources/urls", path);
- sources = gconf_client_get_list (client, str,
- GCONF_VALUE_STRING, &err);
+ str = g_strdup_printf ("=%s/config/Mail=/Sources/",evolution_dir);
+ gnome_config_push_prefix (str);
g_free (str);
- len = g_slist_length (sources);
+
+ len = gnome_config_get_int ("num");
for (i=0; i<len; i++) {
MailConfigService *s;
+ gchar *path;
s = g_new0 (MailConfigService, 1);
- s->url = g_strdup ((gchar *)g_slist_nth_data (sources, i));
+
+ path = g_strdup_printf ("url_%d", i);
+ s->url = gnome_config_get_string (path);
+ g_free (path);
config->sources = g_slist_append (config->sources, s);
}
-
+ gnome_config_pop_prefix ();
+
/* News */
- str = g_strdup_printf ("%s/News/urls", path);
- news = gconf_client_get_list (client, str,
- GCONF_VALUE_STRING, &err);
+ str = g_strdup_printf ("=%s/config/News=/Sources/", evolution_dir);
+ gnome_config_push_prefix (str);
g_free (str);
- len = g_slist_length (news);
+
+ len = gnome_config_get_int ("num");
for (i=0; i<len; i++) {
MailConfigService *n;
+ gchar *path;
n = g_new0 (MailConfigService, 1);
- n->url = g_strdup ((gchar *)g_slist_nth_data (news, i));
+
+ path = g_strdup_printf ("url_%d", i);
+ n->url = gnome_config_get_string (path);
+ g_free (path);
config->news = g_slist_append (config->news, n);
}
-
+ gnome_config_pop_prefix ();
+
/* Transport */
- str = g_strdup_printf ("%s/transport", path);
config->transport = g_new0 (MailConfigService, 1);
- config->transport->url = gconf_client_get_string (client, str, &err);
+ str = g_strdup_printf ("=%s/config/Mail=/Transport/url",
+ evolution_dir);
+ config->transport->url = gnome_config_get_string (str);
g_free (str);
-
+
/* Format */
- str = g_strdup_printf ("%s/send_html", path);
- config->send_html = gconf_client_get_bool (client, str, &err);
+ str = g_strdup_printf ("=%s/config/Mail=/Format/send_html",
+ evolution_dir);
+ config->send_html = gnome_config_get_bool (str);
g_free (str);
+
+ gnome_config_sync ();
}
static void
-write_config (const gchar *path)
+write_config ()
{
- GConfError *err = NULL;
- GSList *names = NULL, *addr = NULL, *orgs = NULL, *sigs = NULL;
- GSList *sources = NULL, *news = NULL;
gchar *str;
gint len, i;
- init_config (path);
+ init_config ();
- /* Format */
- str = g_strdup_printf ("%s/configured", path);
- gconf_client_set_bool (client, str, TRUE, &err);
+ /* Configured switch */
+ str = g_strdup_printf ("=%s/config/General=/General/configured",
+ evolution_dir);
+ gnome_config_set_bool (str, TRUE);
g_free (str);
-
+
/* Identities */
+ str = g_strdup_printf ("=%s/config/Mail=/Identities/", evolution_dir);
+ gnome_config_push_prefix (str);
+ g_free (str);
+
len = g_slist_length (config->ids);
+ gnome_config_set_int ("num", len);
for (i=0; i<len; i++) {
MailConfigIdentity *id;
+ gchar *path;
id = (MailConfigIdentity *)g_slist_nth_data (config->ids, i);
- names = g_slist_append (names, g_strdup (id->name));
- addr = g_slist_append (addr, g_strdup (id->address));
- orgs = g_slist_append (orgs, g_strdup (id->org));
- sigs = g_slist_append (sigs, g_strdup (id->sig));
+ path = g_strdup_printf ("name_%d", i);
+ gnome_config_set_string (path, id->name);
+ g_free (path);
+ path = g_strdup_printf ("address_%d", i);
+ gnome_config_set_string (path, id->address);
+ g_free (path);
+ path = g_strdup_printf ("org_%d", i);
+ gnome_config_set_string (path, id->org);
+ g_free (path);
+ path = g_strdup_printf ("sig_%d", i);
+ gnome_config_set_string (path, id->sig);
+ g_free (path);
}
-
- str = g_strdup_printf ("%s/Identities/names", path);
- gconf_client_set_list (client, str, GCONF_VALUE_STRING, names, &err);
- g_free (str);
- str = g_strdup_printf ("%s/Identities/addresses", path);
- gconf_client_set_list (client, str, GCONF_VALUE_STRING, addr, &err);
- g_free (str);
- str = g_strdup_printf ("%s/Identities/orgs", path);
- gconf_client_set_list (client, str, GCONF_VALUE_STRING, orgs, &err);
- g_free (str);
- str = g_strdup_printf ("%s/Identities/sigs", path);
- gconf_client_set_list (client, str, GCONF_VALUE_STRING, sigs, &err);
- g_free (str);
+ gnome_config_pop_prefix ();
/* Sources */
+ str = g_strdup_printf ("=%s/config/Mail=/Sources/", evolution_dir);
+ gnome_config_push_prefix (str);
+ g_free (str);
+
len = g_slist_length (config->sources);
+ gnome_config_set_int ("num", len);
for (i=0; i<len; i++) {
MailConfigService *s;
+ gchar *path;
s = (MailConfigService *)g_slist_nth_data (config->sources, i);
- sources = g_slist_append (sources, g_strdup (s->url));
+ path = g_strdup_printf ("url_%d", i);
+ gnome_config_set_string (path, s->url);
+ g_free (path);
}
-
- str = g_strdup_printf ("%s/Sources/urls", path);
- gconf_client_set_list (client, str, GCONF_VALUE_STRING, sources, &err);
- g_free (str);
+ gnome_config_pop_prefix ();
/* News */
- len = g_slist_length (config->news);
+ str = g_strdup_printf ("=%s/config/News=/Sources/", evolution_dir);
+ gnome_config_push_prefix (str);
+ g_free (str);
+
+ len = g_slist_length (config->news);
+ gnome_config_set_int ("num", len);
for (i=0; i<len; i++) {
MailConfigService *n;
+ gchar *path;
n = (MailConfigService *)g_slist_nth_data (config->news, i);
- news = g_slist_append (news, g_strdup (n->url));
+ path = g_strdup_printf ("url_%d", i);
+ gnome_config_set_string (path, n->url);
+ g_free (path);
}
-
- str = g_strdup_printf ("%s/News/urls", path);
- gconf_client_set_list (client, str, GCONF_VALUE_STRING, news, &err);
- g_free (str);
+ gnome_config_pop_prefix ();
/* Transport */
- str = g_strdup_printf ("%s/transport", path);
- gconf_client_set_string (client, str, config->transport->url, &err);
+ str = g_strdup_printf ("=%s/config/Mail=/Transport/url",
+ evolution_dir);
+ gnome_config_set_string (str, config->transport->url);
g_free (str);
-
+
/* Format */
- str = g_strdup_printf ("%s/send_html", path);
- gconf_client_set_bool (client, str, config->send_html, &err);
+ str = g_strdup_printf ("=%s/config/Mail=/Format/send_html",
+ evolution_dir);
+ gnome_config_set_bool (str, config->send_html);
g_free (str);
- gconf_client_suggest_sync (client, &err);
+ gnome_config_sync ();
}
/* Identity Page */
@@ -681,7 +692,7 @@ identity_page_new (const MailConfigIdentity *id)
gchar *user = NULL;
gboolean new = !id;
- page->vbox = gtk_vbox_new (0, FALSE);
+ page->vbox = gtk_vbox_new (FALSE, 5);
html = html_new (FALSE);
put_html (GTK_HTML (html),
@@ -1278,7 +1289,7 @@ service_page_new (const char *label_text, GSList *services)
page = g_new0 (MailDialogServicePage, 1);
- page->vbox = gtk_vbox_new (FALSE, 0);
+ page->vbox = gtk_vbox_new (FALSE, 5);
hbox = gtk_hbox_new (FALSE, 8);
gtk_box_pack_start (GTK_BOX (page->vbox), hbox, FALSE, TRUE, 0);
@@ -1726,7 +1737,7 @@ mail_druid_finish (GnomeDruidPage *page, GnomeDruid *druid,
/* Transport */
config->transport = service_page_extract (dialog->tpage->page);
- write_config (GCONFPATH);
+ write_config ();
mail_druid_cancel (druid, GTK_WINDOW (dialog->dialog));
}
@@ -1738,11 +1749,11 @@ mail_config_druid (void)
GnomeDruidPageStart *spage;
GnomeDruidPageFinish *fpage;
GnomeDruidPageStandard *dpage;
- GSList *sources, *news, *transports;
+ GSList *sources=NULL, *news=NULL, *transports=NULL;
GdkImlibImage *mail_logo, *identity_logo;
GdkImlibImage *source_logo, *transport_logo;
- read_config (GCONFPATH);
+ read_config ();
provider_list (&sources, &news, &transports);
mail_logo = load_image ("evolution-inbox.png");
@@ -2103,7 +2114,7 @@ mail_config_apply_clicked (GnomePropertyBox *property_box, gint page_num,
/* Format */
config->send_html = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->chkFormat));
- write_config (GCONFPATH);
+ write_config ();
}
void
@@ -2113,10 +2124,10 @@ mail_config (void)
GladeXML *gui;
GtkCList *clist;
GtkWidget *button, *tvbox;
- GSList *sources, *news, *transports;
+ GSList *sources=NULL, *news=NULL, *transports=NULL;
gint len, row;
- read_config (GCONFPATH);
+ read_config ();
provider_list (&sources, &news, &transports);
dialog = g_new0 (MailDialog, 1);
@@ -2277,7 +2288,7 @@ mail_config (void)
const MailConfig *
mail_config_fetch (void)
{
- read_config (GCONFPATH);
+ read_config ();
return config;
}
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index fdaf8e775a..9a630516c6 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -21,7 +21,7 @@
<class>GnomePropertyBox</class>
<name>dialog</name>
<width>460</width>
- <height>340</height>
+ <height>360</height>
<position>GTK_WIN_POS_NONE</position>
<modal>False</modal>
<allow_shrink>False</allow_shrink>
@@ -297,7 +297,7 @@
<class>GtkLabel</class>
<child_name>Notebook:tab</child_name>
<name>label25</name>
- <label>Transport</label>
+ <label>Mail Transport</label>
<justify>GTK_JUSTIFY_CENTER</justify>
<wrap>False</wrap>
<xalign>0.5</xalign>
diff --git a/mail/mail-config.glade.h b/mail/mail-config.glade.h
index d79e7a79a3..566486fe49 100644
--- a/mail/mail-config.glade.h
+++ b/mail/mail-config.glade.h
@@ -17,7 +17,7 @@ gchar *s = N_("Add");
gchar *s = N_("Edit");
gchar *s = N_("Delete");
gchar *s = N_("Mail Sources");
-gchar *s = N_("Transport");
+gchar *s = N_("Mail Transport");
gchar *s = N_("News Servers");
gchar *s = N_("Add");
gchar *s = N_("Edit");