]> git.deb.at Git - pkg/abook.git/blob - sample.abookrc
847e4ff767664700f5e9bf098707fca2f463ab24
[pkg/abook.git] / sample.abookrc
1 # sample abook configuration file
2 # see abookrc(5) for detailed explanation
3
4 # Automatically save database on exit
5 autosave=true
6
7 # Show all email addresses in list
8 show_all_emails=true
9
10 # Screen column for email field to start
11 emailpos=25
12
13 # Field to be used in the extra column
14 extra_column=phone
15 # frequently used values:
16 #       -1              disabled
17 #       phone           Home Phone
18 #       workphone       Work Phone
19 #       fax             Fax
20 #       mobile          Mobile Phone
21 #       nick            Nick / Alias
22 #       url             URL
23
24 # Specify an alternative field to be displayed in the extra
25 # column if there is no data for the field specified in
26 # extra_column for a particular item.  
27 extra_alternative=-1
28
29 # Screen column for the extra field to start
30 extrapos=65
31
32 # Command used to start mutt
33 mutt_command=mutt
34
35 # Return all email addresses to a mutt query
36 mutt_return_all_emails=true
37
38 # Command used to print
39 print_command=lpr
40
41 # Sort files in fileselector (alphabetic order)
42 filesel_sort=false
43
44 # Command used to start the web browser
45 www_command=lynx
46
47 # address style [eu|us|uk]
48 address_style=eu
49
50 # use ASCII characters only
51 use_ascii_only=false
52