Skip to content

Query vcard file in mutt, using query_command. Fork of mutt_vc_query, part of the Rolo project.

License

Notifications You must be signed in to change notification settings

yourealwaysbe/mutt_vc_query

Repository files navigation

mutt_vc_query

Query vcard file in mutt, using query_command. Fork of mutt_vc_query, part of the Rolo project, which seems abandoned.

Original read me file provided in README.

Depends

Compilation

autoreconf -f -i
./configure
make
make install

Note: if making changes, use

git update-index --assume-unchanged INSTALL

to avoid automatic changes to INSTALL making it into the git history.

Usage

mutt_vc_query -f <path to .vcf> <query>

Usage in mutt

Add to your muttrc

set query_command="mutt_vc_query -f <path to .vcf> '%s'"

Then you can press Shift-Q to start a query, or Ctrl-T to complete an email address.

Changes from original

  • Added -a option to output all email addresses associated to a contact, instead of just the preferred address.

About

Query vcard file in mutt, using query_command. Fork of mutt_vc_query, part of the Rolo project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages