From: Alfons Hoogervorst Date: Sun, 27 Jan 2002 01:10:08 +0000 (+0000) Subject: make RR dialog go away if you said no and you meant no... X-Git-Tag: rel_0_7_1~53 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=6e2fb19df7a0bf3006fb6f11a97a150b9291d3f7 make RR dialog go away if you said no and you meant no... --- diff --git a/src/messageview.c b/src/messageview.c index 0a898188a..8a3dfa3a9 100644 --- a/src/messageview.c +++ b/src/messageview.c @@ -448,9 +448,8 @@ void messageview_show(MessageView *messageview, MsgInfo *msginfo) ok = disposition_notification_send(tmpmsginfo); if (ok < 0) alertpanel_error(_("Error occurred while sending notification.")); - else - MSG_UNSET_PERM_FLAGS(msginfo->flags, MSG_RETRCPT_PENDING); } + MSG_UNSET_PERM_FLAGS(msginfo->flags, MSG_RETRCPT_PENDING); } headerview_show(messageview->headerview, tmpmsginfo);