[Libreoffice-bugs] [Bug 128974] Thunderbird Addressbook not available directly as existing database

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 25 15:55:18 UTC 2019


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

--- Comment #7 from Julien Nabet <serval2412 at yahoo.fr> ---
Concerning the other pb, here's a naive patch:
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
index b34eaafc3e46..3bd673d253ce 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
@@ -133,6 +133,11 @@ namespace connectivity

                 }

+                if (profileName == "default-release")
+                {
+                    rProduct.mCurrentProfileName = profileName;
+                    break;
+                }
             }
         }

See https://support.mozilla.org/gl/questions/1264072 for some background info.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191125/b8ae9fe9/attachment.html>


More information about the Libreoffice-bugs mailing list