mutt_vc_query

Langue: en

Version: 262287 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)


BSD mandoc

NAME

mutt_vc_query - vCard query utility for mutt

SYNOPSIS

mutt_vc_query [-m -e ] [-t type ] [-f datafile ] query
mutt_vc_query [-v ]
mutt_vc_query [-V ]
mutt_vc_query [-h ]

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 Qo query_command Qc option. Place the following line in your Qo ~/.muttrc Qc file:
set query_command = Qo mutt_vc_query '%s' Qc
The search using the given query string will be case insensitive. The options are as follows:
-e
Sort the results by email.
-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.

FILES

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

EXAMPLES

To query for the string Qo Hsu Qc and have the miscellaneous field be populated by the type Qo NICKNAME Qc :
mutt_vc_query -t NICKNAME Hsu

DIAGNOSTICS

Ex -std mutt_vc_query

SEE ALSO

muttrc(5), rolo(1)

AUTHORS

An Andrew Hsu Aq ahsu@users.sf.net

BUGS

Man page is not finished yet.