From 8fbd4ab4bd5fdbaa7f126b3f1d733e8dc9e8a958 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 6 May 2000 22:57:38 +0000 Subject: 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 --- mail/folder-browser-factory.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/folder-browser-factory.c') diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index d2bb9c6b29..e941e54197 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -85,8 +85,9 @@ development_warning () _("This is a development version of Evolution.\n" "Using the mail component on your mail files\n" "is extremely hazardous.\n\n" - "Do not run this program on your real mail\n " - "and do not give it access to your real mail server.\n\n" + "Do not run this program on your real mail,\n" + "do not give it access to your real mail server,\n" + "and do not send mail to real people with it.\n\n" "You have been warned\n")); gtk_widget_show (label); -- cgit v1.2.3