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