]> git.deb.at Git - pkg/abook.git/blob - abook.1
Imported Upstream version 0.4.16
[pkg/abook.git] / abook.1
1 .TH ABOOK 1 "March 18, 2000"
2 .nh
3 .SH NAME
4 abook \- text-based address book program
5 .SH SYNOPSIS
6 .B abook
7 [ \fB--help\fP | \fB--datafile\fP <filename> | \fB--mutt-query\fP <string> | \fB--convert\fP <inputformat> <inputfile> <outputformat> <outputfile> | \fB--add-email\fP | \fB--add-email-quiet\fP ] 
8 .SH DESCRIPTION
9 This manual page documents briefly the
10 .B abook
11 program.
12 This manual page was written for the Debian GNU/Linux distribution
13 because the original program does not have a manual page.
14 .PP
15 .B abook 
16 is a text-based address book program. It contains Name, Email, Address 
17 and various Phone fields. It is designed for use with mutt, but can be
18 equally useful on its own.
19 .SH OPTIONS
20 .TP
21 \fB\-\-help\fP
22 Show usage.
23 .TP
24 \fB\-\-datafile\fP <filename>
25 Use an alternative addressbook file (default is $HOME/.abook.addressbook).
26 .TP
27 \fB\-\-mutt-query\fP <string>
28 Make a query for mutt (search the addressbook for <string>).
29 .br
30 The \fB\-\-datafile\fP option, as documented above, may be used BEFORE this
31 option to search a different addressbook file.
32 .TP
33 \fB\-\-convert\fP <inputformat> <inputfile> <outputformat> <outputfile>
34 Converts <inputfile> in <inputformat> to <outputfile> in <outputformat>
35
36 .br
37 The following \fBinputformats\fP are supported:
38 .br
39 - \fBabook\fP abook native format
40 .br
41 - \fBldif\fP ldif / Netscape addressbook
42 .br
43 - \fBpine\fP pine addressbook
44 .br
45 - \fBcsv\fP comma separated values
46
47 .br
48 The following \fBoutputformats\fP are supported:
49 .br
50 - \fBabook\fP abook native format
51 .br
52 - \fBmutt\fP mutt alias
53 .br
54 - \fBhtml\fP html document
55 .br
56 - \fBpine\fP pine addressbook
57 .br
58 - \fBgcrd\fP GnomeCard (VCard) addressbook
59 .br
60 - \fBcsv\fP comma separated values
61 .br
62 - \fBelm\fP elm alias
63 .br
64 - \fBtext\fP plain text
65 .TP
66 \fB\-\-add-email\fP
67 Read an e-mail message from stdin and add the sender to the addressbook.
68 .TP
69 \fB\-\-add-email-quiet\fP
70 Same as --add-email but doesn't confirm adding.
71
72 .SH COMMANDS DURING USE
73 Press '\fB?\fP' during use to get a list of commands.
74 .SH SEE ALSO
75 .BR mutt (1),
76 .BR abookrc (5)
77 .br
78 .SH AUTHOR
79 This manual page was written by Alan Ford <alan@whirlnet.co.uk>,
80 for the Debian GNU/Linux system (but may be used by others).
81
82 .br
83 .B abook
84 was written by Jaakko Heinonen <jheinonen@users.sourceforge.net>