![]() | The KAddressBook Handbook |
| Next |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
KAddressBook is the KDE address book.
Table of Contents
![]() | Introduction |
| Prev | Next |
KAddressBook is the main address book application for KDE. It enables you to manage your contacts efficient and comfortable. Since it is based on the kabc library, it supports so called resources, which can be used to load and save contacts at many different locations like the local file system, but also in LDAP servers and SQL databases.
The user interface is similar to MS Outlook and it supports different views for different representations of the contacts data. Furthermore it provides an incremental search over all fields and a jump button bar for quick access of single entries. Since the underlying kabc library uses the vCard format (specified in RFC 2426) as default storage medium, KAddressBook mainly reflects the supported entry fields in its graphical user interface.
| Prev | Home | Next |
| The KAddressBook Handbook | Up | Using KAddressBook |
![]() | Using KAddressBook |
| Prev | Next |
After you have started KAddressBook (using the panel menu, or by typing kaddressbook at the command prompt) the KAddressBook main window shows up:

The KAddressBook main window.
![]() | Configure Resources |
| Prev | Using KAddressBook | Next |
KAddressBook can use multiple resources for loading and storing its contacts. After starting KAddressBook the first time, you have a default resource installed, that saves all contacts in a vCard file under $HOME/.kde/share/apps/kabc/std.vcf. But you can add more resources, by using the Resource Configure Dialog, which is available in kcontrol under KDE Components->Address Book:

The Resource Configure Dialog.
When you click the Add... a dialog will appear, where you can select the resource type. At the moment there are three types available:
All contacts will be stored in one file.
Every contact will be stored in its own file.
All contacts will be stored on a LDAP server.
All contacts will be stored in one file, which can be located on a remote server (e.g. HTTP, WebDAV, FTP or Fish).
After selecting the type, another dialog appears, where you can configure the resource specific settings.
The file and dir resource supports different formats for storing the contacts:
The contacts will be stored in the vCard format, like specified in RFC 2426.
The contacts will be stored in a binary format. That increases performance during loading and saving, but is not portable like the vCard format.
KAddressBook needs a standard resource, where all contacts should be saved if no other resource is specified. For this reason, after starting KAddressBook the first time, there is already a resource available. If you want to use another resource as standard resource, use the Use as Standard for selecting it. The new standard resource must be read-write able and active, otherwise you can't select it.
| Prev | Home | Next |
| Using KAddressBook | Up | Managing Contacts |
![]() | Managing Contacts |
| Prev | Using KAddressBook | Next |
To create or edit contacts, KAddressBook offers a dialog, where you can input all data, that are also available in a vCard.

The Contact Dialog.
KAddressBook tries to provide an easy name input by automatic name parsing. For proper working it's sometimes necessary to add custom name prefixes, suffixes or inclusions in the configure dialog. Nevertheless no algorithm is perfect, and so it may happens, that it parses your name input wrong. In this case, you can disable the automatic name parsing in the name edit dialog, that is available by clicking the Name... in the contact dialog. If you wish to disable the parsing for all new contacts, disable automatic name parsing globally in the configure dialog.
The formatted name of a contact is used by other programs to represent it. KAddressBook offers three predefined types of formatted names:
<given name> <family name>
<prefix> <given name> <additional name> <family name> <suffix>
<family name>, <given name>
If the above types doesn't fit your needs, you can select the Custom name type, where you can add your own formatted name. This configuration can be done in the name edit dialog. To specify a default formatted name type for new contacts, use the configure dialog.
| Prev | Home | Next |
| Configure Resources | Up | Using Views |
![]() | Using Views |
| Prev | Using KAddressBook | Next |
In this version KAddressBook offers different so called views, that represent the contacts in different ways:
All contacts are listed in a table. They can be sorted by clicking at the column header of the table. The columns of the table depend on the fields, which were selected in the view configure dialog.
The contacts are listed as icons in a view. If the contact contains a photo or logo, then it's used in the view, otherwise an default icon is used.
All contacts are presented in form of cards. The cards contains the formatted name as title. The body of the card depends on what fields were selected in the view configure dialog.

The View Configure Dialog.
The Selected Fields page offers you the possibility to select what parts of a contact should be shown in the view. In the Default Filter page you can setup what filter should be used by the view.
| Prev | Home | Next |
| Managing Contacts | Up | Using Filters |
![]() | Using Filters |
| Prev | Using KAddressBook | Next |
You can setup filters in KAddressBook, which depend on the categories, a contact belongs to. For example you can create a filter that matches all contacts, which belongs to the categories 'Family' and 'Friends'. But you can also an filter that matches all contacts, which belongs not to these categories. To manage filters, use the filter configure dialog:

The Filter Configure Dialog.
Filters can be used in views to reduce the number of represented contacts. In the view configure dialog you can specify what filter should be used by a view as default.
| Prev | Home | Next |
| Using Views | Up | Using Extensions |
![]() | Using Extensions |
| Prev | Using KAddressBook | Next |
Extensions are implemented as plugins in KAddressBook, so 3rd-party developers can provide more of them. At the moment we have already three extensions:
It's the same like the contact edit dialog, but as extension it can be used for fast editing a contact.
This extension takes a postal address of a contact and loads a map service from the internet (like www.map24.de) with these data. The result is shown in a html view.
This extension provides easy managing of distribution lists. Just create a new list and select a contact in the view. After clicking Add contact, the selected contact is part of the distribution list. A simpler way is to drag a contact from the view and drop it over the distribution list manager.

The main window with distribution list extension.
| Prev | Home | Next |
| Using Filters | Up | Import and Export |
![]() | Import and Export |
| Prev | Using KAddressBook | Next |
With the new import/export framework KAddressBook offers a dialog where you can select which contacts shall be exported.

The export selection dialog.
The following import and export plugins are available at the moment
The vCard format is standardized format (RFC 2426) that is supported by most addressbook applications. KAddressBook can import and export version 2.1 and 3.0.
This plugin can import contacts from Nokia mobile phones via the gnokii library.
With this plugin you can import your contacts from Eudora mail client.
CSV (comma separated value) is a format that's used by many (addressbook) applications. You can import and export your contacts with this format.
To import your old addressbook data from KDE 2.X you can use this item.
LDIF is a plain text representation of LDAP data. Netscape and Mozilla use this format to store their addressbook data. KAddressBook supports import and export of this format.
PAB is the MS Exchange Personal Address Book format. MS Outlook and MS Outlook Express use it to store their contact data. KAddressBook supports the import of this format.
To import the contact database of the Opera web browser.
This is a pseudo export plugin, that makes the web urls of your contacts available in the bookmark menu of konqueror.
| Prev | Home | Next |
| Using Extensions | Up | LDAP queries |
![]() | LDAP queries |
| Prev | Using KAddressBook | Next |
KAddressBook can be used to import address information from LDAP servers into the local addressbook by using the LDAP search dialog.
To configure (a number) of LDAP servers, use the configuration dialog.
On the main toolbar in KAddressBook a button with a picture of a magnifying glass over a book is available. Use this button to open the LDAP search dialog. The dialog itself is pretty straight forward. Just type in parts of a name, email address or phonenumber and press the Search button.
When the results display in the listbox, it is possible to select one or more address(es) and use the Add Selected to import the selected address(es) to the local addressbook, or click the Mail to Selected to invoke the mail program and write an email to the selected recipients.
The Recursive search checkbox is by default enabled. This will make the LDAP query consider all objects below the base DN of each server. If you only want to consider objects one level below the base, uncheck this checkbox. If in doubt, leave it checked.
| Prev | Home | Next |
| Import and Export | Up | Preferences |
![]() | Preferences |
| Prev | Using KAddressBook | Next |
You can modify many aspects of KAddressBook's behavior in the preferences dialog. The dialog can be opened via Settings->Configure KAddressBook or the the toolbar icon.

The preferences dialog.
If checked, KAddressBook pays attention to the KDE single click option.
If checked, the automatic name parsing feature is used for new addresses.
Here you can specify the commands which shall be executed whenever you click at a phone number or fax number link in the details page.
In this list view you can enable and disable the single extensions and configure their settings.
KAddressBook can automatically parse a name into its parts. To make sure this works in many cases, you can add here additional name parts identifier like prefixes, suffixes and inclusions.
Here you can manage name prefixes like 'Prof.' or 'Dr.'.
Here you can manage name inclusions like 'van' or 'von', which are often part of dutch or german names.
Here you can manage name suffixes like 'Sr.' or 'Jr.'.
Here you can select the default type of formatted names, that should be used for new contacts.
On this page you can configure LDAP servers, that should be used for ldap queries in KAddressBook.
Use Add Host... to add and setting up a new server. You can include and exclude servers by selecting or deselecting the check box in the server list. Press OK to close the dialog.
| Prev | Home | Next |
| LDAP queries | Up | Command References |
| Prev | Home | Next |
| Introduction | Up | Configure Resources |
![]() | Command References |
| Prev | Next |
Opens the contact editor for adding a new contact.
Opens the contact editor for editing the currently selected contact.
Saves the changed contacts.
Lists all available import modules.
Lists all available export modules.
Prints the currently selected contacts.
Opens the preferred mail program with the currently selected contacts as recipients.
Opens the preferred mail program with the currently selected contacts as vCards attached.
Quits KAddressBook.
![]() | The Edit Menu |
| Prev | Command References | Next |
Undos the last change.
Redos the last change.
Cuts the currently selected contacts.
Copies the currently selected contacts to the clipboard.
Paste the clipboard content into the address book, if it is in a valid format.
Deletes all currently selected contacts.
Selects all contacts.
Opens a dialog where you can set the categories for all currently selected contacts. When the selected categories differ from the categories of the contacts, the dialog will ask you, if you want to merge these differences or if the categories shall be overwritten .
Marks the currently selected contact as 'Who Am I' contact, which represents the users data. You should have such a contact, because other applications like KMail and KWord can make use of these data. So you don't have to input them separately in every application .
| Prev | Home | Next |
| Command References | Up | The View Menu |
![]() | The View Menu |
| Prev | Command References | Next |
| Prev | Home | Next |
| The Edit Menu | Up | The Tools Menu |
![]() | The Tools Menu |
| Prev | Command References | Next |
This menu provides tools for acting on the contact database.
Opens the search dialog for addresses located on LDAP servers. You can configure the server settings in the configure dialog.
| Prev | Home | Next |
| The View Menu | Up | The Settings Menu |
![]() | The Settings Menu |
| Prev | Command References | Next |
This menu provides options for configuring KAddressBook, changing its appearance, shortcuts and standard behavior.
Toggles the toolbars on/off.
Selects what extension should be shown in the extension bar at the bottom of the main window.
Toggles the Jump Bar on/off.
Toggles the Details Page on/off.
Opens a dialog where you can edit the filters.
Opens a dialog for changing the key bindings. Using this option you can change the standard key shortcut for KAddressBook's commands or create new ones.
Opens a dialog for configuring the toolbar. You can add and remove toolbuttons for KAddressBook's commands with this option.
Opens the preferences dialog.
| Prev | Home | Next |
| The Tools Menu | Up | The Help Menu |
![]() | The Help Menu |
| Prev | Command References | Next |
Invokes the KDE Help system starting at the KAddressBook help pages. (this document).
Changes the mouse cursor to a combination arrow and question mark. Clicking on items within KAddressBook will open a help window (if one exists for the particular item) explaining the item's function.
Opens the Bug report dialog where you can report a bug or request a “wishlist” feature.
This will display version and author information.
This displays the KDE version and other basic information.
| Prev | Home | Next |
| The Settings Menu | Up | Command Line Options |
| Prev | Home | Next |
| Preferences | Up | The Edit Menu |
![]() | Command Line Options |
| Prev | Next |
KAddressBook supports some command line arguments, which can be used influence the starting behavior:
Shows contact editor with given email address.
Shows contact editor with given uid.
Launches in editor only mode.
Launches editor for the new contact.
KAddressBook also supports all other command line options common to KDE and Qt™ programs. You can get a list of these options with --help, --help-kde and --help-qt
| Prev | Home | Next |
| The Help Menu | Up | Credits and License |
![]() | Credits and License |
| Prev |
KAddressBook - The KDE Address Book
Copyright (c) 1997-2003, The KDE-PIM Team
KAddressBook was originally written in 1997 by Don Sanders <dsanders@kde.org>. Currently it is maintained by Tobias Koenig <tokoe@kde.org>.
This documentation is licensed under the terms of the GNU Free Documentation License.
| Prev | Home | |
| Command Line Options | Up |
| Next | ||
| Introduction |