aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-12 13:54:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-12 13:54:58 +0800
commit6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6 (patch)
tree20896eac325e7533caa8a3f91568ff5350b359f0 /mail/mail-config.h
parentc49683a6da394434c3da095be8ee3f381d91432b (diff)
downloadgsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.tar
gsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.tar.gz
gsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.tar.bz2
gsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.tar.lz
gsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.tar.xz
gsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.tar.zst
gsoc2013-evolution-6b48c8e16e6bce2d4171c4f0b615f5aeedb026f6.zip
Set the text of the reply-to. (mail_account_gui_save): Get the reply-to
2002-04-12 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r--mail/mail-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h
index 4d34374d9a..6d70a3a120 100644
--- a/mail/mail-config.h
+++ b/mail/mail-config.h
@@ -43,8 +43,9 @@ typedef struct {
typedef struct {
char *name;
char *address;
+ char *reply_to;
char *organization;
-
+
MailConfigSignature *text_signature;
gboolean text_random;
MailConfigSignature *html_signature;