summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-06-27 07:23:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-06-27 07:23:08 +0000
commit9ae03487e1f68b8cca7a60cdb932efe1d21303b8 (patch)
tree9ebed6809476fd567a3d22710dd3b4cdcd85f9da /libmu_scm
parentc39ad56fac02ad29ebb9a09743ad893cdb424a6a (diff)
downloadmailutils-9ae03487e1f68b8cca7a60cdb932efe1d21303b8.tar.gz
mailutils-9ae03487e1f68b8cca7a60cdb932efe1d21303b8.tar.bz2
(mu_message_set_header_fields): Bugfix.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index 89efcfc00..ac9efd9a6 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -449,6 +449,7 @@ SCM_DEFINE (mu_message_set_header_fields, "mu-message-set-header-fields", 2, 1,
replace = REPLACE == SCM_BOOL_T;
}
+ message_get_header (msg, &hdr);
for (list = LIST; list != SCM_EOL; list = SCM_CDR (list))
{
SCM cell = SCM_CAR (list);

Return to:

Send suggestions and report system problems to the System administrator.