aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
Commit message (Expand)AuthorAgeFilesLines
* fix the gnome-xml headers.Chris Toshok2002-11-067-210/+212
* ignore the new .server file.Chris Toshok2002-11-0614-209/+218
* Port to GObject/gnome2.Chris Toshok2002-11-0620-524/+372
* [ fixes #29144 ] use e_table_memory_storage_change instead ofChris Toshok2002-10-251-3/+1
* Set /Addressbook/select_names_uri in the configdb to the selected folder.Dan Winship2002-10-231-17/+19
* fix the sense of a strcmpDan Winship2002-10-221-1/+1
* [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file.Kjartan Maraas2002-10-107-35/+36
* free adapter->priv.Chris Toshok2002-10-021-30/+29
* Change folder type to "contacts/ldap". (addressbook_storage_add_source):Dan Winship2002-09-271-3/+3
* Rename "ldap-contacts" to "contacts/ldap" and add "contacts/public".Dan Winship2002-09-263-3/+9
* free adapter->priv.Chris Toshok2002-09-261-4/+5
* oops, add cached_folder_list to struct _ESelectNamesManager.Chris Toshok2002-09-231-0/+2
* [ Fixes #30481 ] initialize the select names dialog with the defaultChris Toshok2002-09-231-7/+22
* [ Fixes #28165, 29171 ] check to see if the value has really changed. theChris Toshok2002-09-231-25/+47
* [ Fixes #30483 ] argh, contains => beginswith.Chris Toshok2002-09-211-1/+1
* don't add the user creatable item for ldap-contact folders atm, since itChris Toshok2002-09-181-9/+0
* Fix a typo.Kjartan Maraas2002-09-181-1/+1
* institute an arbitrary minimum limit on the number of characters before weChris Toshok2002-09-121-0/+6
* [ fixes #30208 ] if the user clicked cancel in the password dialog, letChris Toshok2002-09-121-56/+97
* Changed the description of the Directory Servers page of the settingsAnna Dirks2002-09-061-1/+1
* [ Fixes #29904 ] we need to activate either a contact list editor orChris Toshok2002-09-051-3/+10
* Pass FALSE to evolution_storage_new: the Other Contacts storage doesn'tDan Winship2002-09-051-1/+1
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-051-1/+1
* unref the "without", adapter, and model, then chain up the GnomeDialogMike Kestner2002-09-041-0/+5
* Use ldap-settings.png instead of evolution-contacts.png.Ettore Perazzoli2002-09-041-1/+1
* [ fixes #29699 ] call _set_source with a NULL source to fill in dialogChris Toshok2002-09-041-0/+3
* (delete_contact_cb): Fix typoEttore Perazzoli2002-09-041-1/+1
* add QueryRefused, for when the backend refuses to perform a query. (partDan Winship2002-08-311-0/+3
* call evolution_shell_component_add_user_creatable_item twice here, onceChris Toshok2002-08-301-0/+10
* stop the EBookViews before unreffing.Mike Kestner2002-08-291-2/+8
* Add an evolution:shell_component_launch_order and renameDan Winship2002-08-291-1/+3
* [ oops, merged the .h and .glade file back to the HEAD from the 1-0Chris Toshok2002-08-281-0/+16
* [ fixes #19286 ] confirm deletion of contacts when using the menubar orChris Toshok2002-08-281-2/+4
* [ fixes #28897 ] set book_data to NULL after clearing/freeing the list.Chris Toshok2002-08-281-0/+1
* [ fixes #20348 ] deprecate "categories" in favor of "category". evolutionChris Toshok2002-08-281-1/+1
* [ fixes #26907 ] use beginswith for email.Chris Toshok2002-08-281-2/+2
* [ fixes #29446 ] searching_modify_func can be NULL (since we don't requireChris Toshok2002-08-271-1/+2
* not sure what i was thinking here... the EBook isn't valid if we couldn'tChris Toshok2002-08-211-7/+3
* add the listener_id slot.Chris Toshok2002-08-202-11/+10
* take and pass the CallStatus to our listener.Chris Toshok2002-08-202-2/+40
* add an "addresses" property, to get the "Dan Winship <danw@ximian.com>"Dan Winship2002-08-201-0/+19
* fix c&p error that was losing the ssl setting.Chris Toshok2002-08-171-1/+1
* [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-161-17/+32
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-133-23/+6
* [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling aChris Toshok2002-08-021-2/+2
* no more search_entry.Chris Toshok2002-08-022-13/+9
* remove folders and folders_by_uri, and the 2 listeners.Chris Toshok2002-08-022-17/+0
* (create_component): UseEttore Perazzoli2002-08-021-1/+1
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-011-4/+4
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-011-0/+1
* Don't set up the ContactNew andEttore Perazzoli2002-07-271-48/+0
* remove the option menu and browse button, and add a custom widgetChris Toshok2002-07-172-377/+67
* Forgot part of the patchPeter Williams2002-07-171-1/+2
* Install the SelectNames IDL and ancillary changes.Peter Williams2002-07-171-4/+5
* Make the ENTRY_PROPERTY_ID_SIMPLE_CARD_LIST case not crash, althoughDan Winship2002-07-131-1/+1
* e_book_get_book_view => e_book_get_completion_view, so the backends haveChris Toshok2002-07-111-3/+4
* Pass zero as the @sorting_priority to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-2/+2
* Pass NULL @custom_icon_name to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-2/+2
* New arg @tooltip; pass it toEttore Perazzoli2002-07-021-2/+6
* don't unref selection_model (otherwise 3 clicks of "Show Supported Bases"Sean Atkinson2002-07-011-2/+0
* reorder the adding of creatable items so the default is a new contact, notChris Toshok2002-06-261-3/+3
* remove source argument (get it from the dialog). (edit_source_clicked):Sean Atkinson2002-06-251-6/+17
* Made expand_uri a bit more robust and readable.Christopher James Lahey2002-06-111-0/+5
* Commented out this unused function.Christopher James Lahey2002-06-042-3/+5
* Changed some spacing and expanding behavior to make this dialog behaveAnna Marie Dirks2002-05-301-73/+83
* put this back in, accidentally got snipped with the hacking going on inChris Toshok2002-05-251-0/+1
* [ part of #25047 ] remove the autocompletion config control from here, asChris Toshok2002-05-242-105/+0
* [ #24189 ] ifdef out the body of this because it only works with a singleChris Toshok2002-05-246-50/+183
* fix parameter/local variable overloading.Chris Toshok2002-05-241-3/+3
* Don't try to invoke e_book_get_uri() on NULL. Fixes #20069.Ettore Perazzoli2002-05-221-3/+3
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-211-2/+2
* New, quit handler for the EvolutionShellComponent. (add_creatable_item):Ettore Perazzoli2002-05-172-2/+17
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-161-1/+1
* Added SimpleCard interface.Christopher James Lahey2002-05-115-12/+440
* Added "first_email" property.Christopher James Lahey2002-05-101-0/+21
* Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-101-1/+1
* oops, add the NULL back at the end of possible_types.Chris Toshok2002-05-081-1/+1
* bleah, need to pass the GtkWindow here so we can pop up the a modalChris Toshok2002-05-081-22/+37
* s/ldap_config/addressbook_config/ so this compiles again.Dan Winship2002-05-071-1/+1
* Call evolution_config_control_changed when the EFolderList changes.Christopher James Lahey2002-05-041-0/+10
* Updated this to have the ConfigControlFactory have an addressbookwideChristopher James Lahey2002-05-047-36/+147
* Desensitize the to, cc, and bcc buttons if there's no selection here.Christopher James Lahey2002-05-031-0/+28
* fixJP Rosevear2002-05-011-4/+3
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-1/+0
* Unref the text_model here instead of the model, since the model never getsChristopher James Lahey2002-04-261-4/+3
* Updated this for the new e_table_memory_store_insert function prototype.Christopher James Lahey2002-04-251-20/+8
* Added a "Browse..." button to switch to a different addressbook folder.Christopher James Lahey2002-04-253-16/+98
* Coded handling of the select_entry to search within the displayedChristopher James Lahey2002-04-243-68/+90
* Updated this dialog to match the redesign.Christopher James Lahey2002-04-241-205/+259
* Removed an unused variable here.Christopher James Lahey2002-04-231-1/+0
* change order of scope option menu to match how it's stored.Chris Toshok2002-04-191-2/+2
* change ldap config control text so it fits in the config dialog.Chris Toshok2002-04-192-23/+87
* add LDAP_CFLAGS to INCLUDESChris Toshok2002-04-191-0/+1
* no more source->type.Chris Toshok2002-04-191-1/+1
* fill in source->ssl. (addressbook_source_dialog_set_source): set upChris Toshok2002-04-193-18/+21
* fix memory leaks.Chris Toshok2002-04-1911-1847/+7566
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-17/+19
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-122-2/+3
* Update for new-and-improved consistent default folder uri.Dan Winship2002-04-101-63/+11
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-091-0/+1
* add config_item:typeJP Rosevear2002-04-071-0/+5
* Remove AddressbookConfig, ContactNew, ContactNewList EPixmap entries.Ettore Perazzoli2002-04-042-3/+4
* parent_class should be static. (From Max Horn <max@quendi.de>)Dan Winship2002-04-011-1/+1
* Add priority for the config page. Renamed to "Directory Servers".Ettore Perazzoli2002-03-301-2/+4
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-201-1/+1
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-191-23/+1
* Update to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-3/+2
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-162-1/+3
* Add an icon for the LDAP sources configuration control.Ettore Perazzoli2002-03-141-0/+3
* Remove verb "AddressbookConfig". (config_cb): Removed.Ettore Perazzoli2002-03-136-52/+132
* change contains x-evolution-any-field to beginswith on email, full_name,Chris Toshok2002-03-121-1/+4
* since I've gone ahead and made the file backend (by way ofChris Toshok2002-03-101-6/+6
* Update for evolution_storage_new() change.Dan Winship2002-03-081-1/+1
* [fixes bug #20871] add the status-message label.Chris Toshok2002-03-052-1/+28
* only handle the ESB_ADVANCED case here now. the actual query work is doneChris Toshok2002-02-251-2/+19
* make the right auth page start up open.Chris Toshok2002-02-252-1/+5
* Define $(iconsdir).Ettore Perazzoli2002-02-222-7/+39
* Keep a ref of the model in this case as well.Christopher James Lahey2002-02-141-0/+2
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-141-7/+24
* Finishing commit that failed in the middle:Christopher James Lahey2002-02-144-44/+41
* remove "New" from user creatable menu itemsJP Rosevear2002-02-081-2/+2
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-4/+2
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-262-10/+28
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-253-81/+340
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-30/+24
* Pass a NULL @icon toEttore Perazzoli2002-01-241-2/+6
* Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-214-8/+139
* From addressbook/ChangeLog:Christopher James Lahey2002-01-181-0/+13
* remove misleading title and fix spacingJP Rosevear2002-01-161-43/+0
* Handle setting the search bar to "Advanced..." when the alphabet buttonsChristopher James Lahey2002-01-111-12/+28
* ChangeLog change.Chris Lahey2002-01-111-1/+0
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-2811-203/+291
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+3
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-1/+6
* [ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP]Chris Toshok2001-12-181-1/+62
* Added 'cache_complete' flag to ESelectNamesCompletionPrivate.Jon Trowbridge2001-12-171-1/+9
* Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-081-2/+0
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-084-421/+422
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-0/+2
* Merging fixes:Christopher James Lahey2001-12-011-37/+73
* [ Fixes Ximian bug #14646 ] new function. if the default_book failed toChris Toshok2001-11-101-1/+27
* Explicitly destroy entries. Part of the fix for the lingering completionJon Trowbridge2001-11-091-0/+16
* Leak select-names related data structures until the memory managementJon Trowbridge2001-11-031-1/+7
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-312-0/+4
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-313-13/+13
* Force the select names dialog to be destroyed. This is a hack to fix bugJon Trowbridge2001-10-311-0/+7
* send a null bonobo arg to prevent explosionJP Rosevear2001-10-301-1/+6
* Require gal 0.15.99.8Joe Shaw2001-10-301-2/+1
* Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"Jon Trowbridge2001-10-303-21/+51
* Comment out spew.Jon Trowbridge2001-10-301-2/+2
* Check that our BonoboUIComponent has a container so we don't get a lot ofJon Trowbridge2001-10-301-67/+70
* We were using book_data->book_view immediately after unrefing it.Jon Trowbridge2001-10-301-3/+8
* Drop a match if either of the text fields is NULL. This could happen ifJon Trowbridge2001-10-301-0/+6
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-293-4/+5
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-282-1/+8
* free up all the book_data list stuff.Chris Toshok2001-10-283-90/+134
* change to EBookCallback signature, and unref the book. (add_card_idle_cb):Chris Toshok2001-10-281-7/+29
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-2/+2
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-281-1/+4
* Fixing the license text.Ettore Perazzoli2001-10-2819-19/+0
* add prototypes for addressbook_config_database, andChris Toshok2001-10-272-0/+49
* Return on cancellation. (simple_query_sequence_complete_cb): Act if notJon Trowbridge2001-10-271-12/+36
* Oops... forgot to commit before.Jon Trowbridge2001-10-271-0/+2
* Cancel any pending queries.Jon Trowbridge2001-10-271-0/+12
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2719-38/+38
* Initialize gnome-vfs.Jon Trowbridge2001-10-253-12/+125
* Fix command paths when we specify our pixmaps, so we don't get a lot ofJon Trowbridge2001-10-241-4/+4
* Removed our cancelled flag and e_select_names_completion_cancel function,Jon Trowbridge2001-10-241-39/+58
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-0/+1
* Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.Christopher James Lahey2001-10-211-33/+23
* Call e_addressbook_model_force_folder_bar_message when we activate theJon Trowbridge2001-10-211-2/+6
* (e_select_names_set_default): don't forget to unref the oldstyle.Larry Ewing2001-10-211-1/+1
* stick with the style font if the efont bold font does not exist.Larry Ewing2001-10-211-8/+18
* Fix memory leak.Jon Trowbridge2001-10-212-1/+5
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-0/+1
* Make LDAP servers non-user-creatable.Ettore Perazzoli2001-10-211-1/+1
* Repeatedly call gtk_main_quit here as long as there is a main loop around.Christopher James Lahey2001-10-201-2/+10
* Added #include <gal/widgets/e-unicode.h>.Christopher James Lahey2001-10-201-0/+1
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-1/+2
* Translate labels in select-names option menu. (Bug #9604)Jon Trowbridge2001-10-201-1/+5
* Added. Check if our book is local or networked.Jon Trowbridge2001-10-191-0/+15
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-191-1/+1
* grab focus in the Account entry when preparing the dialog, fixes #10406.Chris Toshok2001-10-181-0/+4
* make sure to also add "ldap-contacts" folders to the option menu.Chris Toshok2001-10-181-1/+2
* Added linebreaks to our "this shouldn't happen" dialog message. (BugJon Trowbridge2001-10-151-5/+6
* Add a component name to the e_passwords_init() call.Jon Trowbridge2001-10-131-1/+1
* Check to see if the uri we are setting is the same as the current uri. IfJon Trowbridge2001-10-121-0/+9
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-124-5/+9
* Don't need this any more.Dan Winship2001-10-121-16/+0
* Check that view->view != NULL. (save_contact_cb): Check that view->view !=Jon Trowbridge2001-10-111-34/+99
* If our select names dialog is still around, destroy it. Otherwise, theJon Trowbridge2001-10-111-2/+0
* add an Email Address field/label/help text.Chris Toshok2001-10-072-27/+92
* db isn't a BonoboObject, so don't bonobo_object_unref it!Jon Trowbridge2001-10-061-1/+10
* e_book_load_uri -> addressbook_load_uri.Chris Toshok2001-10-066-121/+120
* Check to make sure our call to e_addressbook_model_get_card doesn't returnJon Trowbridge2001-10-062-13/+10
* use ldap.png for ldap contacts.Chris Toshok2001-10-051-1/+1
* Fixed warningIain Holmes2001-10-041-3/+12
* ifdef out the LDAP only bits. Cleans some warnings on startupIain Holmes2001-10-041-0/+4
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-041-95/+37
* Made the max length of the textification be 2047 characters. Fixes XimianChristopher James Lahey2001-10-021-0/+7
* Update the paths, /menu/ComponentToolsPlaceholder/Tools/ ->Ettore Perazzoli2001-09-281-2/+2
* add completion_book.Chris Toshok2001-09-272-3/+45
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-271-12/+20
* Handle creating the new contact in the current folder if it's a contactsChristopher James Lahey2001-09-251-5/+30
* Hooked up print preview button.Christopher James Lahey2001-09-221-0/+14
* Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-201-1/+5
* Properly handle our GnomeUIInfo labels so that they won't be leaked ifJon Trowbridge2001-09-191-151/+125
* unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-181-2/+2
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-181-6/+3
* don't malloc a match we will never use.Larry Ewing2001-09-181-1/+1
* Fixed a stupid bug was causing completion to fail for contacts who haveJon Trowbridge2001-09-181-9/+9
* reorder the LDAP scopes so that they match the order of the option menusChris Toshok2001-09-172-4/+62
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-151-0/+5
* We can't use NULL as the first arg for e_addressbook_show_contact_editorJon Trowbridge2001-09-151-2/+2
* Set CLEANFILES directly instead of using `+='.Ettore Perazzoli2001-09-151-1/+1
* printf arguments were reversed by mistake. Fixed bug #9693.Jon Trowbridge2001-09-131-1/+1
* Added. Treat right-clicks on a contact list as a special case.Jon Trowbridge2001-09-101-3/+104
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-098-81/+153
* (make_contact_editor_cb): show the right contact editor (the list editorChris Toshok2001-09-091-3/+10
* do the EDestination xml magic on email addresses we put in the popup.Chris Toshok2001-09-091-1/+12
* For every category: - set .translate to FALSEChyla Zbigniew2001-09-081-2/+6
* Fixed two bugs: - missing coversion of contact name to GTK+ locale, -Chyla Zbigniew2001-09-081-15/+39
* Removed unused factory variable.Christopher James Lahey2001-09-081-2/+0
* new function, notify the bonobo listener. (remove_ldap_folder): trackChris Toshok2001-09-072-18/+44
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-072-15/+26
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-062-23/+13
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-023-3/+3
* s/_/U_/Chyla Zbigniew2001-09-011-1/+3
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-303-1/+39
* Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-301-3/+8
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-282-5/+5
* Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-281-2/+63
* switch "full_name" to "x-evolution-any-field" in all the queries where weChris Toshok2001-08-231-3/+3
* emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-232-10/+33
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-212-7/+76
* use 'Save As' icon rather than 'Save' as it seems more appropriate. AlsoDamon Chaplin2001-08-201-1/+2
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-1/+2
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-201-1/+8
* Set the folder bar message here.Christopher James Lahey2001-08-202-1/+45
* Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.Ettore Perazzoli2001-08-191-0/+1
* add prototype for addressbook_get_other_contact_storage.Chris Toshok2001-08-182-5/+9
* call e_sexp_encode_string on the search string the user types in so itChris Toshok2001-08-181-6/+10
* changed to new print icon.Damon Chaplin2001-08-181-0/+1
* rename physical_uri to uri, since it includes the addressbook.db for file:Chris Toshok2001-08-182-35/+57
* If we get the "sequence_complete" signal when we aren't searching, itJon Trowbridge2001-08-181-18/+25
* Added code so the user can create a new contact or contact list fromChristopher James Lahey2001-08-171-1/+36
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-3/+3
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-163-74/+63
* set title of initial dialog to Addressbook Sources (bug #6704).Chris Toshok2001-08-161-0/+1
* don't let people add subdirs in the ldap server storage - everything isChris Toshok2001-08-161-0/+3