[Libreoffice-bugs] [Bug 128977] Thunderbird Address Book will be changed to sqlite - Development needed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 26 10:05:13 UTC 2019


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

Michael Stahl (CIB) <michael.stahl at cib.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyInteresting,
                   |                            |skillCpp
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=51
                   |                            |004
                 CC|                            |d.ostrovsky at gmx.de,
                   |                            |lionel at mamane.lu,
                   |                            |michael.stahl at cib.de

--- Comment #2 from Michael Stahl (CIB) <michael.stahl at cib.de> ---

this should be an easy-hack!

the existing Thunderbird Mork driver is here:

http://cgit.freedesktop.org/libreoffice/core/tree/connectivity/source/drivers/mork/

we probably need a separate driver so users can work with both old and new
Thunderbird profiles.

so perhaps best to start with copying one of the existing drivers, the result
should find the address book files in a similar location like the mork driver
but the data access is probably closer to one of the SQL based drivers.

"writer:file->wizards->address data source" and "base: connect to existing
database" are two routes that can use the mozilla address book for testing
purposes. 

one advantage of SQLite should be that concurrent access from Thunderbird and
LO should work better.

unfortunately i'm unable to find any documentation on how this SQLite address
book is supposed to work in Thunderbird...

-- 
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/20191126/a95761ba/attachment.html>


More information about the Libreoffice-bugs mailing list