New version number: 0.3
[bbdb-vcard.git] / README
blob5f1c5a0f26a402aa8017c2a0524c2523a4b4933a
1 bbdb-vcard.el
2 =============
4 bbdb-vcard.el imports and exports vCards (version 3.0) as defined in
5 RFC 2425 and RFC 2426 to/from The Insidious Big Brother Database
6 (BBDB).  Version 2.1 vCards are converted into version 3.0 on import.
8 On a file, a buffer or a region containing one or more vCards, use
9 `bbdb-vcard-import-file', `bbdb-vcard-import-buffer', or
10 `bbdb-vcard-import-region' respectively to import them into BBDB.
12 In buffer *BBDB*, press v to export the record under point.  Press * v
13 to export all records in buffer into one vCard file.  Press * C-u v to
14 export them into one file each.
16 To put one or all vCard(s) into the kill ring, press V or * V
17 respectively.
19 Refer to the Commentary in file bbdb-vcard.el for further information.