jobisoft / CategoryManager

[Thunderbird Add-On] Category Manager for Thunderbird contacts, also supports category based contact groups.
Mozilla Public License 2.0
41 stars 13 forks source link

Import function and Enigmail #35

Closed KarstenSteinke closed 4 years ago

KarstenSteinke commented 5 years ago

Hello,

I have just tried the good looking CategoryManager in Thunderbider 68.1.1 (Opensuse) but have two problems:

  1. Is it possible to import the "categories" from MoreFunctionsForAddressbook? I have some thousands of addresses and to do it manually is ....
  2. When I try to send an email to a category, there seems to be a problem with Enigmail, used for the encription in one of my email accounts. The email creation is called, a message "start Enigmail" appears and that's it. Enigmail in normal usage works fine.

Any idea/ help, what I can do?

Thank you

Karsten

jobisoft commented 4 years ago

CategoryManager does have a MFFAB mode, where you can switch between CategoryManager Categories and MFFAB Categories (or convert between the two).

grafik

The problem: MFFAB must be installed, but I think MFFAB does not work with TB68 :-(

You can trick CategoryManager into believing MFFAB is installed by manually creating the following preference in the advanced Thunderbird options:

morecols.category.separator

and specify the seperator used (I do not remember what MFFAB actually used). You can use the export function from the category manager to export your contacts and than look at the "Category" field and identify the seperator.

I have no idea what is wrong with Enigmail. Lets tackle that later.

jobisoft commented 4 years ago

I looked at the old code of MFFAB and the standard separator is just a comma, so you nee to add the following preference to Thunderbird:

grafik

grafik

grafik

KarstenSteinke commented 4 years ago

Thank you very much. I'll try this :-)

John Bieling notifications@github.com hat am 3. Dezember 2019 um 20:49 geschrieben:

I looked at the old code of MFFAB and the standard separator is just a comma, so you nee to add the following preference to Thunderbird:

grafik

grafik

grafik

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/jobisoft/CategoryManager/issues/35#issuecomment-561328048