aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-28 03:28:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-28 03:28:05 +0800
commit4cf66ac5c7915a982c34faade300b0986a87f35a (patch)
treec3cb8b2b902de644e325b36dda3fb0ee0b7f1f9a /mail/mail-account-gui.h
parent195c847106a571d00c82850e6105e698f850b7c2 (diff)
downloadgsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar
gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.gz
gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.bz2
gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.lz
gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.xz
gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.zst
gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.zip
Set the source and transport description labels. (transport_type_changed):
2001-08-27 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (mail_account_gui_new): Set the source and transport description labels. (transport_type_changed): Set the transport description label. (source_type_changed): Set the source description label. * mail-tools.c (mail_tool_make_message_attachment): Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): New function to convenience removing the X-Evolution headers. (mail_tool_restore_xevolution_headers): New convenience function to restore the X-Evolution headers. (mail_tool_destroy_xevolution): New function to cleanup the structure. (mail_tool_forward_message): Remove and restore the X-Evolution headers here too. svn path=/trunk/; revision=12487
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r--mail/mail-account-gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h
index eaef146eda..5536182d60 100644
--- a/mail/mail-account-gui.h
+++ b/mail/mail-account-gui.h
@@ -39,6 +39,7 @@ extern "C" {
typedef struct {
GtkOptionMenu *type;
+ GtkLabel *description;
GtkEntry *hostname;
GtkEntry *username;
GtkEntry *path;