aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 45da2cd300..4d86ac1e1a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
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