make RR dialog go away if you said no and you meant no...
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 27 Jan 2002 01:10:08 +0000 (01:10 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 27 Jan 2002 01:10:08 +0000 (01:10 +0000)
src/messageview.c

index 0a898188a5f424eadd2f67b4265981ab6b1d0517..8a3dfa3a93d1528e9c7f90be52be9830b3e4539c 100644 (file)
@@ -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);