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
24226e65
...
24226e65c86db27a95e25873c5dcdb165a4700be
authored
2008-05-28 14:26:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(amd_append_message): Pass original message as the 3rd argument to msg_finish_delivery.
1 parent
eaa1b19e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/amd.c
mailbox/amd.c
View file @
24226e6
...
...
@@ -790,8 +790,8 @@ amd_append_message (mu_mailbox_t mailbox, mu_message_t msg)
}
if
(
amd
->
msg_finish_delivery
)
status
=
amd
->
msg_finish_delivery
(
amd
,
mhm
);
status
=
amd
->
msg_finish_delivery
(
amd
,
mhm
,
msg
);
if
(
status
==
0
&&
mailbox
->
observable
)
{
char
*
qid
;
...
...
Please
register
or
sign in
to post a comment