A user reported a similar problem for my add-on Mali Redirect with
CardBook. In my case it was easy to solve, by adding addr-cardbook to the
autocompletesearch attribute, depending on a preference set by CardBook.
See the following code:

  var cardbookAutocompletion =
getPref("extensions.cardbook.autocompletion");
  if (cardbookAutocompletion) {
    var textbox = document.getElementById("addressCol2#1");
    var cardbookExclusive = getPref("extensions.cardbook.exclusive");
    if (cardbookExclusive) {
      textbox.setAttribute("autocompletesearch", "addrbook-cardbook");
    } else {
      textbox.setAttribute("autocompletesearch", "mydomain
addrbook-cardbook addrbook ldap");
    }
  }

Hope that helps,

Onno


On Tue, Nov 15, 2016 at 12:30 PM, Markus Pesch <[email protected]
> wrote:

> Hello,
> I use the addon CardBook 14.6 in Thunderbird 45.4.0 to synchronize my
> contacts with ownCloud, nextcloud or other CardDav Server.
>
> Since I use the addon CardBook, enigmail dont find the contacts which
> are stored in the CardBook Addon to encrypt my mails automatic .
> Enigmail search only in the Address book from Thunderbird. When I start
> the function to search keys for contacts, Enigmail find only the
> contacts from the Thunderbird Address book too.
>
> Please add in the search algorithm, that enigmail include the addon
> CardBook as Address book.
>
> Best regard
> Markus
>
>
> _______________________________________________
> enigmail-users mailing list
> [email protected]
> To unsubscribe or make changes to your subscription click here:
> https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
>
>
_______________________________________________
enigmail-users mailing list
[email protected]
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net

Reply via email to