projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/prefs_actions.c
[claws.git]
/
src
/
messageview.c
diff --git
a/src/messageview.c
b/src/messageview.c
index 8c81c71c8d29d33195e553ddb48f75b952f2ff06..e31cb11c5979e9138af7a366d9a0371d585776d1 100644
(file)
--- a/
src/messageview.c
+++ b/
src/messageview.c
@@
-339,7
+339,7
@@
static gint disposition_notification_send(MsgInfo * msginfo)
return -1;
}
- to_list = address_list_append(NULL,
msginfo->dispositionnotification
to);
+ to_list = address_list_append(NULL, to);
ok = send_message(tmp, cur_account, to_list);
if (ok < 0) {