Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9ae03487
...
9ae03487e1f68b8cca7a60cdb932efe1d21303b8
authored
2002-06-27 07:23:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_message_set_header_fields): Bugfix.
1 parent
c39ad56f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libmu_scm/mu_message.c
libmu_scm/mu_message.c
View file @
9ae0348
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment