From 6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 12 Apr 2002 05:54:58 +0000 Subject: Set the text of the reply-to. (mail_account_gui_save): Get the reply-to 2002-04-12 Jeffrey Stedfast * mail-account-gui.c (mail_account_gui_new): Set the text of the reply-to. (mail_account_gui_save): Get the reply-to text here. (mail_account_gui_identity_complete): If there is text in the reply-to widget make sure it's valid. * mail-config.c (identity_copy): Copy the reply-to. (config_read): Read in the reply-to for all the accounts. (mail_config_write): Save the reply-to. (impl_GNOME_Evolution_MailConfig_addAccount): Get the reply-to. (identity_destroy): Free the reply-to. svn path=/trunk/; revision=16446 --- mail/mail-account-gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-account-gui.h') diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h index 6a6735bf48..121b5bb59c 100644 --- a/mail/mail-account-gui.h +++ b/mail/mail-account-gui.h @@ -66,6 +66,7 @@ typedef struct { /* identity */ GtkEntry *full_name; GtkEntry *email_address; + GtkEntry *reply_to; GtkEntry *organization; /* signatures */ -- cgit