From f744966790c9027ceccf9393f49978a80b1b010c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 24 Jan 2001 22:24:44 +0000 Subject: Added a 3rd page to the account editor to allow users to set their HTML 2001-01-24 Jeffrey Stedfast * mail-config.glade: Added a 3rd page to the account editor to allow users to set their HTML sending preference and also allow them to change their message status timeout. * mail-accounts.c (construct): Added handlers for the send-html checkbox and for the mark-message-as timeout spinbutton. svn path=/trunk/; revision=7789 --- mail/mail-config.glade.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/mail-config.glade.h') diff --git a/mail/mail-config.glade.h b/mail/mail-config.glade.h index f56c824cb0..23c8adca0a 100644 --- a/mail/mail-config.glade.h +++ b/mail/mail-config.glade.h @@ -97,3 +97,7 @@ gchar *s = N_("Add"); gchar *s = N_("Edit"); gchar *s = N_("Delete"); gchar *s = N_("News"); +gchar *s = N_("Send mail in HTML format by default."); +gchar *s = N_("Mark messages as \"Read\" after:"); +gchar *s = N_("seconds."); +gchar *s = N_("Other"); -- cgit v1.2.3