[Libreoffice-ux-advise] [Bug 148823] Mail Merge Email Settings confirmation should not be needed each time

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 2 07:55:31 UTC 2022


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org,
                   |                            |mentoring at documentfoundatio
                   |                            |n.org
           Keywords|needsUXEval                 |difficultyMedium, easyHack,
                   |                            |skillCpp, skillDebug

--- Comment #5 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Code pointer: In sw/source/ui/dbui/mmresultdialogs.cxx at
IMPL_LINK_NOARG(SwMMResultEmailDialog, SendDocumentsHdl_Impl, weld::Button&,
void) we have

   if (xConfigItem->GetMailServer().isEmpty() ||
       !SwMailMergeHelper::CheckMailAddress(xConfigItem->GetMailAddress()) )

which seems to cause the trouble. Some debugging needed here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list