logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mutt_vc_query — vCard query utility for mutt

Authors

       Andrew Hsu <ahsu@users.sf.net>

Bugs

       Man page is not finished yet.

Debian                                            May 14, 2003                                  MUTT_VC_QUERY(1)

Description

       A  vCard query utility for mutt.  This utility can be used at the shell prompt to perform ad-hoc queries,
       but it is meant to be used by mutt's "query_command" option. Place the following line in your "~/.muttrc"
       file:

             setquery_command= "mutt_vc_query '%s'"

       The search using the given query string will be case insensitive.  The options are as follows:

             -e  Sort the results by email.

             -a  Output all email addresses associated with a contact, instead of just the preferred address.

             -f  Use the datafile to perform the query.

             -h  Display usage help.

             -m  Sort the results by the miscellaneous field.

             -t  Uses the specified type for the miscellaneous field.

             -v  Display the version.

             -V  Display the copyright and license.

Diagnostics

       The mutt_vc_query utility exits 0 on success, and >0 if an error occurs.

Examples

       To query for the string "Hsu" and have the miscellaneous field be populated by the type "NICKNAME":

             mutt_vc_query-tNICKNAMEHsu

Files

~/.rolo/contacts.vcf  Default data file that mutt_vc_query will query.

Name

       mutt_vc_query — vCard query utility for mutt

See Also

muttrc(5), rolo(1)

Synopsis

mutt_vc_query [-m | -e] [-ttype] [-fdatafile] querymutt_vc_query [-v]
       mutt_vc_query [-V]
       mutt_vc_query [-h]

See Also