aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-07 09:11:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-07 09:11:48 +0800
commit7aeeb5f282e3ab145d75489c8d93dc7fd49e9557 (patch)
tree3678dc4b853094bc67c0a11aeba91abc6dde8417 /mail/mail-config.c
parentfbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2 (diff)
downloadgsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar
gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.gz
gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.bz2
gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.lz
gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.xz
gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.zst
gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.zip
Added key accelerators to a bunch of the config options and moved the Bcc
2001-08-06 Jeffrey Stedfast <fejj@ximian.com> * mail-config.glade: Added key accelerators to a bunch of the config options and moved the Bcc and empty-subject checkboxes to the composer tab where they belong. * mail-callbacks.c (providers_config): Raise the dialog if it exists already. (manage_subscriptions): Raise the dialog if it already exists. (main_select_first_unread): Removed (we haven't needed this code in ages). (select_first_unread): Same. (save_msg_ok): If the path is empty, just return. * mail-local.c (mail_local_reconfigure_folder): Raise the dialog if it already exists. svn path=/trunk/; revision=11719
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 146fa20de2..fae3a8a0d0 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -278,7 +278,7 @@ config_read (void)
gint len, i, default_num;
mail_config_clear ();
-
+
len = bonobo_config_get_long_with_default (config->db,
"/Mail/Accounts/num", 0, NULL);