aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-23 01:03:07 +0800
committerDan Winship <danw@src.gnome.org>2000-04-23 01:03:07 +0800
commit1af18445c9aa5cd8084042a9616d13d066aa8d29 (patch)
tree078eddad5ad1efbb9af548407728471121450b37 /composer/ChangeLog
parent0d82053015309f173335c41052356f20ef1c6227 (diff)
downloadgsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.tar
gsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.tar.gz
gsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.tar.bz2
gsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.tar.lz
gsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.tar.xz
gsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.tar.zst
gsoc2013-evolution-1af18445c9aa5cd8084042a9616d13d066aa8d29.zip
new function to make the composer record additional headers it should
* e-msg-composer.c (e_msg_composer_add_header): new function to make the composer record additional headers it should output. (In-Reply-To), etc. (build_message): output them svn path=/trunk/; revision=2552
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1f3b0f4824..3ed04bccbc 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-22 Dan Winship <danw@helixcode.com>
+
+ * e-msg-composer.c (e_msg_composer_add_header): new function to
+ make the composer record additional headers it should output.
+ (In-Reply-To), etc.
+ (build_message): output them
+
2000-04-21 Dan Winship <danw@helixcode.com>
* e-msg-composer.c (e_msg_composer_set_headers):