diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-05 07:06:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-05 07:06:41 +0800 |
commit | 45f3b7586781b65bc51cfd77630a06a505786159 (patch) | |
tree | 3bc273644195ec4a32dcb7ddb757f439c8ee119d /mail/mail-config.h | |
parent | d579c1160d6cde0948e6f1a75a4a5dd67c6d74b1 (diff) | |
download | gsoc2013-evolution-45f3b7586781b65bc51cfd77630a06a505786159.tar.gz gsoc2013-evolution-45f3b7586781b65bc51cfd77630a06a505786159.tar.zst gsoc2013-evolution-45f3b7586781b65bc51cfd77630a06a505786159.zip |
Removed special-case code for NNTP support.
2002-07-04 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c: Removed special-case code for NNTP support.
* mail-account-gui.c (mail_account_gui_setup): Allow configuration
of both mail and news accounts.
* component-factory.c (mail_load_storages): No longer need the
is-account argument.
* subscribe-dialog.c (populate_store_list): Don't special-case
news accounts anymore.
* mail-config.c (mail_config_get_default_news): Removed.
(mail_config_get_news): Removed.
(mail_config_add_news): Removed.
(mail_config_remove_news): Removed.
svn path=/trunk/; revision=17368
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index 25b02fe9a4..b6dd15bd80 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -273,10 +273,7 @@ void mail_config_set_default_account (const MailConfi const MailConfigIdentity *mail_config_get_default_identity (void); const MailConfigService *mail_config_get_default_transport (void); -const MailConfigService *mail_config_get_default_news (void); -const GSList *mail_config_get_news (void); -void mail_config_add_news (MailConfigService *news); -const GSList *mail_config_remove_news (MailConfigService *news); + GtkType evolution_mail_config_get_type (void); /* convenience functions to help ease the transition over to the new codebase */ |