From be00bf6ac1a1397207ee17c559f637741fb0e640 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 19 Oct 2004 06:35:44 +0000 Subject: ** See bug #67014. 2004-10-11 Not Zed ** See bug #67014. * mail-errors.xml: added "checking-service" error. * em-account-editor.c (em_account_editor_construct): keep track of the dialogue (emae_editor_destroyed): , and clean up when destroyed. * em-account-editor.c (emae_check_authtype) (emae_check_authtype_response, emae_check_authtype_done): handle checking authtype gui here. * mail-config.c (check_service_describe, check_service_check) (check_response, mail_config_check_service): removed. * mail-ops.c (mail_check_service): moved here from mail-config, and modified to be a re-usable threaded function. svn path=/trunk/; revision=27615 --- mail/mail-errors.xml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/mail-errors.xml.h') diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 52c4ece276..25ac53aeba 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -236,6 +236,10 @@ char *s = N_("Unable to read license file."); char *s = N_("Cannot read the license file \"{0}\", due to an\n" " installation problem. You will not be able to use this provider until\n" " you can accept its license."); +/* mail:checking-service primary */ +char *s = N_("Please wait."); +/* mail:checking-service secondary */ +char *s = N_("Querying server for a list of supported authentication mechanisms."); /* mail:gw-accountsetup-error primary */ char *s = N_("Unable to connect to the GroupWise\n" "server."); -- cgit v1.2.3