MozillaZine


old address book format

Discussion of general topics about Mozilla Thunderbird
yodar444
 
Posts: 90
Joined: December 14th, 2005, 8:25 am

Post Posted January 21st, 2023, 3:13 pm

is there any way to get back to the old address book format?
i think it was changed ~8/22.

DanRaisch
Moderator

User avatar
 
Posts: 126022
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Post Posted January 21st, 2023, 3:50 pm

Are you asking about the address book layout or the file format, which changed from .mab to .sqlite?
Actually, that doesn't matter much because the answer to your question is "No".

yodar444
 
Posts: 90
Joined: December 14th, 2005, 8:25 am

Post Posted January 21st, 2023, 4:18 pm

i am asking about the UI format, not the file format.

morat
 
Posts: 5497
Joined: February 3rd, 2009, 6:29 pm

Post Posted January 21st, 2023, 6:19 pm

You can't go back to the old address book user interface.

New in Thunderbird 102 - Manage your contacts with ease: New Address Book
http://support.mozilla.org/kb/new-thund ... dress-book

yodar444
 
Posts: 90
Joined: December 14th, 2005, 8:25 am

Post Posted January 22nd, 2023, 10:27 am

what is the purpose/function of mail.addr_book.useNewAddressBook in about:config ?

morat
 
Posts: 5497
Joined: February 3rd, 2009, 6:29 pm

Post Posted January 22nd, 2023, 7:00 pm

The mail.addr_book.useNewAddressBook pref is usable while both address book UIs exist within a build.

Set to false for addressbook.xhtml in a window, or true for about:addressbook in a tab.

The addressbook.xhtml file ( i.e. old address book UI ) doesn't exist in Thunderbird 102.

More info
http://thunderbird.topicbox.com/groups/daily/Tf465c4202ffd0cfe

Reference
http://searchfox.org/comm-esr91/search?q=useNewAddressBook

yodar444
 
Posts: 90
Joined: December 14th, 2005, 8:25 am

Post Posted January 23rd, 2023, 10:01 am

ok, so we are stuck with the new UI.is there any chance of adding some options to fix it?

- make it search for the leading character in an entry, not just anywhere in the entry.

- make it open in a separate window, not a tab. i know you can get a separate window but it covers the starting window. i want to see the address book and the inbox without overlapping.

- is there any way to export it to a csv or something human readable?

- somehow i have 2 personal address books. is there some way to merge them?

morat
 
Posts: 5497
Joined: February 3rd, 2009, 6:29 pm

Post Posted January 24th, 2023, 6:14 am

yodar444 wrote:any way to export it to a csv or something human readable?

You can download the SQLite Tools command line utility for Windows and try the ".dump" command.

Thunderbird 102 SQLITE_VERSION is 3.29.0.

SQLite Download Page
https://www.sqlite.org/download.html
https://www.sqlite.org/2019/sqlite-tools-win32-x86-3290000.zip

e.g.

Code: Select all
sqlite3.exe abook.sqlite .dump

Code: Select all
sqlite3.exe -csv abook.sqlite "SELECT * FROM properties"

How to Download & Install SQLite Tools
http://www.sqlitetutorial.net/download-install-sqlite/

Export SQLite Database to a CSV File
http://www.sqlitetutorial.net/sqlite-export-csv/

SQLiteStudio tool is a free GUI tool for managing SQLite databases. The app has an export menu item.

morat
 
Posts: 5497
Joined: February 3rd, 2009, 6:29 pm

Post Posted January 24th, 2023, 6:45 am

How to merge multiple address books
http://support.mozilla.org/questions/1309724

Return to Thunderbird General


Who is online

Users browsing this forum: No registered users and 2 guests