diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-07 06:57:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-07 06:57:38 +0800 |
commit | 8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958 (patch) | |
tree | aee7fe5eea00383df187b373023c4ad62aa4c2e3 /mail/ChangeLog | |
parent | d1694fef3e63cb4e3e4bf5133222b02e940ff883 (diff) | |
download | gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.tar gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.tar.gz gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.tar.bz2 gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.tar.lz gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.tar.xz gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.tar.zst gsoc2013-evolution-8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958.zip |
New code to configure identity, mail source, and mail transport.
* mail-config.c: New code to configure identity, mail source, and
mail transport.
(mail_config_druid): A druid using the config widgets. (Only
allows configuration of a single identity, source, and transport.)
* mail-ops.c (check_configured): New function to make sure the
user has configured stuff, and call the druid if not.
(fetch_mail, send_msg, send_to_url, reply, forward_msg): Call
check_configured
(composer_send_cb): Make this pass the message to a CamelTransport
rather than just printing it to stdout.
* folder-browser-factory.c (development_warning): Add a warning
about sending mail, since you can do that now.
svn path=/trunk/; revision=2842
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 467fc882a1..db7e063473 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,4 +1,22 @@ +2000-05-06 Dan Winship <danw@helixcode.com> + + * mail-config.c: New code to configure identity, mail source, and + mail transport. + (mail_config_druid): A druid using the config widgets. (Only + allows configuration of a single identity, source, and transport.) + + * mail-ops.c (check_configured): New function to make sure the + user has configured stuff, and call the druid if not. + (fetch_mail, send_msg, send_to_url, reply, forward_msg): Call + check_configured + (composer_send_cb): Make this pass the message to a CamelTransport + rather than just printing it to stdout. + + * folder-browser-factory.c (development_warning): Add a warning + about sending mail, since you can do that now. + 2000-05-06 Chris Toshok <toshok@HelixCode.com> + * .cvsignore: ignore evolution-mail.pure * Makefile.am: add support for building evolution-mail.pure |