https://bugs.documentfoundation.org/show_bug.cgi?id=105288

--- Comment #5 from Alex Kempshall <[email protected]> ---
In MailDispatcher::run of added a flag sendMailMessageNotifyListener in
sw/source/uibase/dbui/maildispatcher.cxx to ensure that on the last record the
dispatcher is not closed prematurely.


            thread_status_guard.clear();
            sendMailMessageNotifyListener_ = true;
            uno::Reference<mail::XMailMessage> message = messages_.front();
            messages_.pop_front();
            message_container_guard.clear();
            sendMailMessageNotifyListener(message);
            sendMailMessageNotifyListener_ = false;

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to