diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-13 05:59:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 05:59:42 +0800 |
commit | c650d5467d924784a62a2049616c39af8ce27e15 (patch) | |
tree | 6b122433238f112892fff6d9b3cdd700a72a9ec1 /mail/mail-account-editor.h | |
parent | d7e1a6d3934598736ac3497faf8afb9bdbdf9400 (diff) | |
download | gsoc2013-evolution-c650d5467d924784a62a2049616c39af8ce27e15.tar.gz gsoc2013-evolution-c650d5467d924784a62a2049616c39af8ce27e15.tar.zst gsoc2013-evolution-c650d5467d924784a62a2049616c39af8ce27e15.zip |
Anna's dialogs.
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.glade: Anna's dialogs.
* mail-config.c (mail_config_get_account_by_address):
Removed. Danw and I decided on setting a X-Evolution-Transport
header on messages going to the Outbox so we can later guess which
transport to use when sending it.
* mail-account-editor.c (apply_changes): Update to some day be
able to support SSL.
(construct): Update for Anna's dialogs...
* subscribe-dialog.c (populate_store_list): Updated to reflect
past changes to the mail-config API.
svn path=/trunk/; revision=7461
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r-- | mail/mail-account-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h index 83504e3fbf..cd782ef800 100644 --- a/mail/mail-account-editor.h +++ b/mail/mail-account-editor.h @@ -53,7 +53,7 @@ struct _MailAccountEditor { GtkEntry *organization; GnomeFileEntry *signature; - GtkEntry *source_type; + GtkWidget *source_type; GtkEntry *source_host; GtkEntry *source_user; GtkEntry *source_passwd; |