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
d8fd8973
...
d8fd8973904fcbc0ecdf69484c5c8a096549e0f2
authored
2002-10-02 14:39:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_reply): Bugfix.
1 parent
46c8fe29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mail/reply.c
mail/reply.c
View file @
d8fd897
...
...
@@ -76,8 +76,8 @@ mail_reply (int argc, char **argv)
}
/* Finally, add any Ccs */
header_aget_value
(
hdr
,
MU_HEADER_CC
,
&
str
);
compose_header_set
(
&
env
,
MU_HEADER_TO
,
str
,
COMPOSE_SINGLE_LINE
);
if
(
header_aget_value
(
hdr
,
MU_HEADER_CC
,
&
str
)
==
0
)
compose_header_set
(
&
env
,
MU_HEADER_TO
,
str
,
COMPOSE_SINGLE_LINE
);
}
if
(
header_aget_value
(
hdr
,
MU_HEADER_SUBJECT
,
&
str
)
==
0
)
...
...
Please
register
or
sign in
to post a comment