-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lbdbrc
89 lines (78 loc) · 3.16 KB
/
.lbdbrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#
# This is the main configuration file of the little brothers database lbdb
#
# Everything you configure here can be overridden by the users config
# file which can be found at
# ~/.lbdbrc
# ~/.lbdb/lbdbrc
# ~/.lbdb/rc
# (evaluated with ascending priority!)
#
# (c) 1999-2004 Roland Rosenfeld <roland@spinnaker.de>
#
# $Id: lbdb.rc.in,v 1.15 2004/02/23 11:39:54 roland Exp $
#
#
# Select which methods you want to use in which order (ascending priority):
# (a space separated list)
#
# - m_inmail search the database created by lbdb-fetchaddr(1)
# - m_finger finger some hosts defined in variable M_FINGER_HOSTS
# - m_passwd search the local /etc/passwd file.
# - m_yppasswd search the NIS password database.
# - m_nispasswd search the NIS+ password database.
# - m_getent search the password database (whatever is configured).
# - m_pgp2 search your PGP 2.* keyring
# - m_pgp5 search your PGP 5.* keyring
# - m_gpg search your GnuPG keyring
# - m_fido search the Fido nodelist converted by nodelist2lbdb(1)
# - m_abook query abook(1), the text based address book application.
# - m_addr_email query addr-email(1) from addressbook Tk-program.
# - m_muttalias search $MUTTALIAS_FILES for aliases.
# - m_pine search pine(1) addressbook files for aliases.
# - m_palm search your Palm addressbook file.
# - m_gnomecard search your GnomeCard address database files.
# - m_bbdb search your BBDB (big brother database).
# - m_ldap query an LDAP server
# - m_wanderlust search your wanderlust ~/.addresses file.
# - m_osx_addressbook search the OS X addressbook (only available on OS X).
# - m_evolution search in the Ximan Evolution addressbook.
#METHODS="m_muttalias m_osx_addressbook"
METHODS="m_muttalias m_osx_addressbook"
# If it isn't possible to find out the correct mail domain name of
# your system in /etc/mailname, by reading sendmail.cf, /etc/hostname
# or /etc/HOSTNAME, you can specify it in the variable
# MAIL_DOMAIN_NAME. This overrides all other mechanisms.
#
#MAIL_DOMAIN_NAME=linsec.ca
#MAIL_DOMAIN_NAME=ekfriis.com
# - m_muttalias query set of mutt alias files:
#
# Set MUTTALIAS_FILES below to list of files in MUTT_DIRECTORY that
# contain mutt aliases. File names without leading slash will have
# $MUTT_DIRECTORY (defaults to $HOME/.mutt or $HOME, if ~/.mutt does
# not exist) prepended before the file name. Absolute file names
# (beginning with /) will be taken direct.
#
MUTT_DIRECTORY="$HOME/.mutt"
MUTTALIAS_FILES="aliases"
# If you want to use private modules set the MODULES_PATH to find them:
# (a space separated list):
#
MODULES_PATH="/sw/lib/lbdb"
#
# Do you want the output to be sorted?
# If you set this to "false" or "no", lbdbq won't sort the addresses
# but returns them in reverse order (which means that the most recent
# address in m_inmail database is first).
# If you set this to "name", lbdbq sorts the output by real name.
# If you set this to "comment", lbdbq sorts the output by comment (column 3).
# If you set this to "address", lbdbq sorts the output by addresses
# (that's the default).
#
SORT_OUTPUT=name
#
# Do you want to see duplicate mail addresses (with multiple real
# names or different comment fields)? Default is "no".
#
#KEEP_DUPES=no