File: README

package info (click to toggle)
bbdb 2.36-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,120 kB
  • ctags: 1,179
  • sloc: lisp: 18,081; makefile: 515; perl: 377; sh: 267
file content (19 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bbdb-vcard.el
=============

bbdb-vcard.el imports and exports vCards (version 3.0) as defined in
RFC 2425 and RFC 2426 to/from The Insidious Big Brother Database
(BBDB).  Version 2.1 vCards are converted into version 3.0 on import.

On a file, a buffer or a region containing one or more vCards, use
`bbdb-vcard-import-file', `bbdb-vcard-import-buffer', or
`bbdb-vcard-import-region' respectively to import them into BBDB.

In buffer *BBDB*, press v to export the record under point.  Press * v
to export all records in buffer into one vCard file.  Press * C-u v to
export them into one file each.

To put one or all vCard(s) into the kill ring, press V or * V
respectively.

Refer to the Commentary in file bbdb-vcard.el for further information.