Thunderbird Tricks
Aus MHC-Wiki
Suche im Adressbuch erweitern
(Gefunden hier)
Im about:config den Key "mail.addr_book.quicksearchquery.format" suchen und anpassen.
Standard ist:
?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V))
Soll z.B. auch im Feld Firma gesucht werden:
?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V)(Company,c,@V))
Ich verwende:
?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V)(Company,c,@V)(WorkPhone,c,@V)(HomePhone,c,@V)
da ich auch gerne mal nach Rufnummern suche ...
Folgende Felder sind definiert:
FirstName LastName PhoneticFirstName PhoneticLastName _PhoneticName DisplayName NickName PrimaryEmail SecondEmail PreferMailFormat PopularityIndex AllowRemoteContent WorkPhone HomePhone FaxNumber PagerNumber CellularNumber WorkPhoneType HomePhoneType FaxNumberType PagerNumberType CellularNumberType HomeAddress HomeAddress2 HomeCity HomeState HomeZipCode HomeCountry WorkAddress WorkAddress2 WorkCity WorkState WorkZipCode WorkCountry JobTitle Department Company AnniversaryYear AnniversaryMonth AnniversaryDay SpouseName FamilyName DefaultAddress Category WebPage1 WebPage2 BirthYear BirthMonth BirthDay Custom1 Custom2 Custom3 Custom4 Notes LastModifiedDate AddrCharSet ListName ListNickName ListDescription ListTotalAddresses
Siehe auch: http://mxr.mozilla.org/mozilla/source/mailnews/addrbook/public/nsIAddrDatabase.idl

