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
19e30116
...
19e301167f703a708a41a275adc8d9fce0cb8b6b
authored
2010-12-11 23:13:01 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove an ugly debugging hack.
1 parent
a1278648
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
mail/reply.c
mail/reply.c
View file @
19e3011
...
...
@@ -21,7 +21,7 @@ void
make_in_reply_to
(
compose_env_t
*
env
,
mu_message_t
msg
)
{
char
*
value
=
NULL
;
wd
();
mu_rfc2822_in_reply_to
(
msg
,
&
value
);
compose_header_set
(
env
,
MU_HEADER_IN_REPLY_TO
,
value
,
COMPOSE_REPLACE
);
...
...
@@ -138,9 +138,3 @@ mail_reply (int argc, char **argv)
return
util_foreach_msg
(
argc
,
argv
,
MSG_NODELETED
,
reply0
,
&
lower
);
}
wd
()
{
int
volatile
_st
=
1
;
while
(
!
_st
)
_st
=
_st
;
}
...
...
Please
register
or
sign in
to post a comment