]> git.deb.at Git - pkg/abook.git/blob - sample.abookrc
add show_cursor config option
[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 set autosave=true
6
7 # Show all email addresses in list
8 set show_all_emails=true
9
10 # Screen column for email field to start
11 set emailpos=25
12
13 # Field to be used in the extra column
14 set 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 set extra_alternative=-1
28
29 # Screen column for the extra field to start
30 set extrapos=65
31
32 # Command used to start mutt
33 set mutt_command=mutt
34
35 # Return all email addresses to a mutt query
36 set mutt_return_all_emails=true
37
38 # Command used to print
39 set print_command=lpr
40
41 # Command used to start the web browser
42 set www_command=lynx
43
44 # address style [eu|us|uk]
45 set address_style=eu
46
47 # use ASCII characters only
48 set use_ascii_only=false
49
50 set add_email_prevent_duplicates=false
51
52 # field to be used with "sort by field" command
53 set sort_field=nick
54
55 # show cursor in main display
56 set show_cursor=false
57
58 # custom fields
59
60 #customfield 1 Name1
61 #customfield 2 Name2
62 #customfield 3 Name3
63 #customfield 4 Name4
64 #customfield 5 Name5
65