diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-25 06:24:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-25 06:24:44 +0800 |
commit | f744966790c9027ceccf9393f49978a80b1b010c (patch) | |
tree | 055e8c5352c3b2af832deac2590a1719aaf6da69 /mail/mail-config.glade.h | |
parent | 576238ed57c4124a1dc18e54966bb091880d4372 (diff) | |
download | gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.gz gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.bz2 gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.lz gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.xz gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.zst gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.zip |
Added a 3rd page to the account editor to allow users to set their HTML
2001-01-24 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/mail-config.glade.h')
-rw-r--r-- | mail/mail-config.glade.h | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |