# - m_inmail search the database created by lbdb-fetchaddr(1) # - m_finger finger some hosts defined in variable M_FINGER_HOSTS # - m_passwd search the local /etc/passwd file. # - m_yppasswd search the NIS password database. # - m_nispasswd search the NIS+ password database. # - m_getent search the password database (whatever is configured). # - m_pgp2 search your PGP 2.* keyring # - m_pgp5 search your PGP 5.* keyring # - m_gpg search your GnuPG keyring # - m_fido search the Fido nodelist converted by nodelist2lbdb(1) # - m_abook query abook(1), the text based address book application. # - m_addr_email query addr-email(1) from addressbook Tk-program. # - m_muttalias search $MUTTALIAS_FILES for aliases. # - m_pine search pine(1) addressbook files for aliases. # - m_palm search your Palm addressbook file. # - m_gnomecard search your GnomeCard address database files. # - m_bbdb search your BBDB (big brother database). # - m_ldap query an LDAP server # - m_wanderlust search your wanderlust ~/.addresses file. # - m_osx_addressbook search the OS X addressbook (only available on OS X). # - m_evolution search in the Ximan Evolution addressbook. # - m_vcf search a vcard (according to RFC2426) file. METHODS="m_inmail m_passwd m_muttalias m_abook" MUTTALIAS_FILES=".mutt/aliases" ABOOK_FILES="$HOME/.abook/addressbook" #ignore UIDs < 1000 PASSWD_IGNORESYS=true #VCF_FILES="$HOME/.vcards/my.vcf $HOME/.vcards/other.vcf" SORT_OUTPUT=address KEEP_DUPES=no