File: README.md

package info (click to toggle)
mutt-vc-query 005-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: ansic: 479; sh: 72; makefile: 12
file content (47 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# mutt_vc_query

Query vcard file in mutt, using query command.  Fork of mutt\_vc\_query, part of
the [Rolo](http://rolo.sourceforge.net/) project, which seems abandoned.

Original read me file provided in README.

## Depends

* [libvc](http://rolo.sourceforge.net/)

## 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.

## Test

For runing the unit test suite:

    make check

## 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.