aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
Commit message (Expand)AuthorAgeFilesLines
* Move the tools to a more appropriate directory, privlibexecdirRodney Dawes2003-05-171-1/+1
* clear the view (book_open_cb): track the book in the view, don't unref theJP Rosevear2003-05-151-3/+10
* [ fixes bug #40954 ] guard against NULL bf->priv->summary (happens if theChris Toshok2003-04-201-6/+6
* (d): Remove all debuggingEttore Perazzoli2003-04-091-1/+1
* Clean up server names.Dan Winship2003-04-082-10/+10
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-032-0/+2
* new function, just return the local uri. (set_default_book_uri_local): useChris Toshok2003-04-011-7/+26
* constify return valueDan Winship2003-03-312-3/+3
* add vcard testsChris Toshok2003-03-3116-0/+218
* braindead, and *extremely* forgiving vcard parser. not for publicChris Toshok2003-03-312-0/+1033
* add vcard docsChris Toshok2003-03-314-0/+6593
* [ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2Chris Toshok2003-03-291-10/+1
* [ fix the contact editor so that the only time the address is parsed isChris Toshok2003-03-291-0/+2
* [ fixes bug #19178 ] use e_book_load_address_book_by_uri on the passed inChris Toshok2003-03-272-42/+8
* [ fixes bug #39170 ] remove 'return'. (pas_backend_remove_cards): same.Philip Zhao2003-03-271-12/+12
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-232-8/+8
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-202-2/+2
* Updated phone number. Bug #37204.Not Zed2003-03-111-2/+1
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-075-7/+6
* reflect prior column additionJP Rosevear2003-03-055-2/+35
* Remove these from here; talking to the mailer doesn't really belong at theDan Winship2003-03-014-299/+3
* Fix for server files from Antonio XuRodney Dawes2003-02-281-1/+1
* if we fail to activate factories for a given protocol, return.Chris Toshok2003-02-271-0/+1
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-35/+12
* add .server.in filesDan Winship2003-02-201-0/+2
* move the bulk of the non-summary searching stuff here. we aggregate up toChris Toshok2003-02-171-61/+111
* Install load-pine-addressbook and load-gnomecard-addressbook intoEttore Perazzoli2003-02-113-9/+17
* gone. (match_initials): gone. (book_query_sexp): remove the primaryChris Toshok2003-02-103-5/+8
* [ huge change, all for 1 little performance problem :) fixes #18207 ] useChris Toshok2003-02-0812-89/+175
* [ huge change, all for 1 little performance problem :) fixes #18207 ] useChris Toshok2003-02-087-46/+116
* check the status, not the book, and unref the book here.Chris Toshok2003-02-0710-75/+38
* Use different tmp file names so these rules can be executed in parallelEttore Perazzoli2003-02-072-19/+45
* Remove cruft (ldapschemadir): Use privdatadir (pasincludedir): UseDan Winship2003-02-063-5/+2
* Remove cruft. (libebookincludedir): Use privincludedir.Dan Winship2003-02-069-20/+33
* [ fixes bug #36375 ] use PHONE_OTHER_FAX instead of PHONE_OTHER forSean Gao2003-01-241-1/+1
* [ fixes bug #31014, roll this in from the 1.2 branch ] use "categories"Chris Toshok2003-01-241-1/+1
* fix for bug 34883 broke ssl transactions (at least those where we wereChris Toshok2003-01-241-0/+11
* Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):Ettore Perazzoli2003-01-232-4/+3
* reenable all the importers/loaders.Chris Toshok2003-01-165-175/+101
* try to load the uri again if it failed previously. (book_open_cb): setChris Toshok2003-01-102-1/+2
* doh, fix build error.Chris Toshok2003-01-101-2/+2
* build up the list of supported auth_methods.Chris Toshok2003-01-1010-66/+356
* deal with backends that might not have loaded successfully (they'll have aChris Toshok2003-01-101-12/+13
* Fix to build.Jeffrey Stedfast2003-01-091-1/+1
* make it buildJeffrey Stedfast2003-01-091-1/+1
* Move PASBook request handling into PASBackend itself since allDan Winship2003-01-094-395/+518
* fix the SYNTAX for the telephone attributes, and make the fax attributesChris Toshok2003-01-081-13/+9
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-061-2/+0
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-193-1/+3
* g_strcasecmp -> g_ascii_strcasecmp. (FIND_INSERT): same.Chris Toshok2002-12-184-3/+5
* [ Fixes bug #35135 ] don't free the default_book_uri here, it's done inChris Toshok2002-12-181-9/+36
* use e_card_set_book instead of basically duplicating its code here.Chris Toshok2002-12-071-8/+2
* only enable the LDAPv3 stuff if TLS is being used. Also, deal with namingChris Toshok2002-12-031-30/+42
* [ roll forward from 1.2 branch ] never pass NULL as the vcard to the corbaChris Toshok2002-11-271-1/+1
* [ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] if theChris Toshok2002-11-271-1/+9
* [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as wellChris Toshok2002-11-251-2/+34
* [ roll forward Sean.Gao@sun.com's fix for #16870 from the 1.2 branch ]Chris Toshok2002-11-231-1/+1
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-231-1/+1
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-231-2/+2
* guard against multiple invocations.Chris Toshok2002-11-125-38/+33
* guard against multiple invocations.Chris Toshok2002-11-1014-229/+301
* prepend /apps/Evolution to config db paths.Chris Toshok2002-11-081-1/+1
* tests are linking now, and link in libcamel.la.Chris Toshok2002-11-083-77/+40
* add prototypes for e_utf8_casefold_collate{_len}Chris Toshok2002-11-082-0/+26
* use g_type_class_peek_parent.Chris Toshok2002-11-0710-30/+31
* call g_build_filename, not g_build_path.Chris Toshok2002-11-061-1/+1
* fix the gnome-xml headers.Chris Toshok2002-11-062-3/+4
* ignore the generated marshaller files.Chris Toshok2002-11-066-51/+62
* copy a memleak fix from pas-backend-ad.Dan Winship2002-11-051-0/+1
* g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build.Chris Toshok2002-11-0513-742/+116
* port to gnome 2.Chris Toshok2002-11-0521-715/+857
* don't call bonobo_activation_init directly.Chris Toshok2002-11-058-65/+24
* just include glib.h instead of the gtk stuff.Chris Toshok2002-11-0330-1205/+1498
* never set the charset on an item without also encoding it. Mime messagesLarry Ewing2002-10-281-6/+2
* install evolutionperson.schema to $(datadir)/evolution.Chris Toshok2002-10-261-0/+4
* [ fixes #29067 ] we need to create a card_sexp even when doing summaryChris Toshok2002-10-221-7/+7
* [ probable fix for #25477, and memory leak fix ] if the dialog isn't inChris Toshok2002-10-211-0/+2
* Return right away rather than crashing if card->email is NULL.Dan Winship2002-10-161-0/+6
* [ Fixes #31321 ] add VERSION:2.1 to exported vCards.Chris Toshok2002-10-011-0/+2
* [ Fixes #31434 ] always retrieve the card from the db. use the summaryChris Toshok2002-10-011-0/+8
* update for Composer_setHeaders change.Dan Winship2002-09-301-2/+2
* set the timeout to 30 seconds. (query_ldap_root_dse): same, and alsoChris Toshok2002-09-281-23/+33
* [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name toChris Toshok2002-09-132-3/+12
* return g_strdup("true"), not "true".Dan Winship2002-09-131-1/+1
* add QueryRefused, for when the backend refuses to perform a query. (partDan Winship2002-08-313-0/+4
* [ fixes #27923] up the version to 4_0 (4000).Chris Toshok2002-08-301-4/+32
* [ fixes #20347 ] hook up the backend_died signal. (backend_died): newChris Toshok2002-08-292-0/+31
* use strcasecmp here, since all the other helpers use case insensitiveChris Toshok2002-08-292-2/+2
* return NULL if the list is empty. (pas_backend_ldap_connect): always tryChris Toshok2002-08-291-17/+18
* spew the filter we're using for the search.Chris Toshok2002-08-291-0/+2
* [ fixes #20348 ] deprecate "categories" in favor of "category". evolutionChris Toshok2002-08-282-2/+90
* [ Fixes #14835 ] notify_complete with InvalidQuery if the parse fails.Chris Toshok2002-08-281-2/+2
* [ Fixes (almost certainly) #24649, #25494, #27351, and other LDAP searchChris Toshok2002-08-271-74/+127
* take and pass the CallStatus to our listener.Chris Toshok2002-08-2011-28/+93
* add "cache-completions" here, since file completion results are blanketChris Toshok2002-08-202-3/+18
* Import into the default book not the local oneIain Holmes2002-08-162-1/+12
* new function to save a little typing. (find_book_view): same.Chris Toshok2002-08-161-96/+150
* [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-161-1/+1
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-137-81/+72
* initialize summary->upgraded to quiet valgrind.Chris Toshok2002-08-091-0/+1
* Use "\r" rather than including literal CRs in the string, which confusesDan Winship2002-08-072-54/+28
* [ roll in the following change from the 1.0 branch.] change the CALURI andChris Toshok2002-08-012-27/+41
* (activate_factories_for_uri): Don'tEttore Perazzoli2002-07-311-2/+0
* don't save empty strings. (pas_backend_summary_save): print out the errnoChris Toshok2002-07-281-2/+3
* Split pas-backend-file and pas-backend-ldap out of libpas and build themDan Winship2002-07-231-11/+15
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-182-22/+33
* free the full_name (as well as given_name. oops.)Chris Toshok2002-07-131-31/+34
* actually remove the items from the pointer array too, so an error whileChris Toshok2002-07-111-17/+47
* Oops, missed this one.Peter Williams2002-07-112-2/+3
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-116-13/+13
* bleah, i hate this keyboard.Chris Toshok2002-07-101-1/+1
* add Book.getCompletionView.Chris Toshok2002-07-109-110/+398
* add pas-backend-summary.[ch].Chris Toshok2002-06-304-68/+1200
* use ldap_unbind_ext. (create_card_handler): don't leak the new vcard.Chris Toshok2002-06-161-6/+15
* up the max threshold to 3000 cards from 1000 cards.. seems to improveChris Toshok2002-06-161-4/+5
* Made "" compare as not equal to "" for addresses. (use_common_book_cb):Christopher James Lahey2002-06-151-4/+6
* [ fixes bug #17332 ] we shouldn't ever return NULL here. in error cases weChris Toshok2002-06-121-1/+1
* Made expand_uri a bit more robust and readable.Christopher James Lahey2002-06-111-18/+18
* [ #24189 ] ifdef out the body of this because it only works with a singleChris Toshok2002-05-242-22/+35
* make sure we map status -> string correctly (add missing strings).Chris Toshok2002-05-212-2/+5
* Removed an incorrect comment here.Christopher James Lahey2002-05-141-2/+1
* finally remove the #if 0's and use the oaf query stuff to get backendsChris Toshok2002-05-041-2/+0
* Changed this to set a subject when sending a contact. This makes theChristopher James Lahey2002-05-011-1/+58
* oops, should have done a search to make sure I had gotten all of the libibexesJeffrey Stedfast2002-04-271-6/+0
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-1/+0
* fill in source->ssl. (addressbook_source_dialog_set_source): set upChris Toshok2002-04-191-29/+27
* fix memory leaks.Chris Toshok2002-04-191-1/+3
* Append /addressbook.db to the end of the default URI if it starts withDan Winship2002-04-192-3/+10
* Update for new-and-improved consistent default folder uri.Dan Winship2002-04-101-1/+1
* Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD andDan Winship2002-04-023-7/+7
* don't free req->vcard. it's freed in pas_book_free_request.Chris Toshok2002-03-281-19/+0
* make sure to call ldap_value_free (values);, and ldap_msgfree (resp).Chris Toshok2002-03-281-12/+23
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-201-7/+7
* add TLSNotAvailable to BookLister_CallStatus.Chris Toshok2002-03-104-16/+63
* since I've gone ahead and made the file backend (by way ofChris Toshok2002-03-101-3/+20
* track union/struct change. (pas_book_queue_remove_card): same.Chris Toshok2002-03-084-713/+1097
* don't ref the view here, since it keeps the view alive until the search isChris Toshok2002-03-011-4/+0
* i2002-02-26 Chris Toshok <toshok@ximian.com>Chris Toshok2002-03-011-2/+1
* [fixes bug #20690] the data arg is not GList** anymore, it'sChris Toshok2002-03-011-52/+65
* [ Fixes bugs 20740, 16680, and god knows what else :) ] double theChris Toshok2002-02-232-43/+155
* track change to signature, and (for now) just change all the returnChris Toshok2002-02-217-17/+28
* if the load_uri fails, notify the listener that the repository is offline.Chris Toshok2002-02-191-1/+17
* escape commas in the dn, since they're used by ldap to specify the node'sChris Toshok2002-02-191-7/+22
* New functions that take a file:// url ending in the directory name andChristopher James Lahey2002-02-144-38/+164
* New function to find out if a destination was one which was auto-maticallyJeffrey Stedfast2002-02-022-273/+304
* Made this preserve addressbook flags other than the first three.Christopher James Lahey2002-02-024-1638/+87
* compute the change db filename based on our contact db filename.Chris Toshok2002-01-311-6/+16
* Revert my previous change as trow says this will break auto-completionJeffrey Stedfast2002-01-291-1/+1
* Don't check for an @ in the email address. This is to fix bug #10960.Jeffrey Stedfast2002-01-261-1/+6
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-257-36/+47
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-252-48/+30
* [ fixes bug # 16864 ] create and return a GString here, instead of writingChris Toshok2002-01-231-24/+25
* Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-211-2/+36
* Made username match with no domain match be vague instead of partial.Christopher James Lahey2002-01-181-1/+1
* ChangeLog change.Chris Lahey2002-01-111-0/+3
* Add a test for getting arbitrary fields.Joe Shaw2002-01-103-2/+44
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-192-0/+84
* Used g_strdup_printf to dup a string. Doh! Changed to g_strdup. (BugJon Trowbridge2001-12-141-1/+1
* move search_for_dn's contents here, and add an "existing_objectclasses"Chris Toshok2001-12-071-40/+92
* we need to be able to disable non-labels here as well. since we're usingChris Toshok2001-12-072-3/+19
* Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-042-6/+7
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-3/+5
* check against LDAP_SUCCESS as the return value, not -1.Chris Toshok2001-11-151-7/+9
* [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filledChris Toshok2001-11-131-8/+11
* [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.cChris Toshok2001-11-103-16/+4
* [ Fixes Ximian bug #14646 ] new function. if the default_book failed toChris Toshok2001-11-101-0/+4
* Check for NULL dates before converting them to strings. Fixes Ximian bugChristopher James Lahey2001-11-031-10/+14
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* overload this function for modifying objectclasses too, so we can makeChris Toshok2001-10-301-5/+16
* add prototype for pas_book_factory_dump_active_backends.Chris Toshok2001-10-302-0/+25
* Use the actual ECardName in the ECard instead of parsing the full_nameChristopher James Lahey2001-10-291-14/+7
* New function to set the ECardName on this card and fix the file_as ifChristopher James Lahey2001-10-292-0/+13
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-292-1/+38
* Expose this function. (e_card_date_to_string): ...and this one. FixesJon Trowbridge2001-10-282-4/+7
* [ bug #12979 ] new function. (anniversary_ber): new function.Chris Toshok2001-10-281-19/+161
* Don't leak stuff. (Bug #13709)Jon Trowbridge2001-10-281-10/+15
* Fix the address of the FSF in the licensing comments.Ettore Perazzoli2001-10-281-3/+4
* Set book_uri when cardification occurs.Christopher James Lahey2001-10-281-12/+25
* That should be a bonobo_object_unref, not a gtk_object_unref.Jon Trowbridge2001-10-281-2/+12
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* Fixing the license text.Ettore Perazzoli2001-10-286-6/+0
* Added paranoid reentrancy guards. (pas_book_queue_request): Changed ourJon Trowbridge2001-10-271-5/+17
* Return on cancellation. (simple_query_sequence_complete_cb): Act if notJon Trowbridge2001-10-271-4/+16
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-276-12/+12
* Fix command paths when we specify our pixmaps, so we don't get a lot ofJon Trowbridge2001-10-241-1/+5
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-0/+2
* Filter out empty destinations. (also Bug #13036)Jon Trowbridge2001-10-211-5/+16
* Made this take a const GList.Christopher James Lahey2001-10-192-4/+4
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-191-4/+0
* Did a bit of clean up here. Might fix some crashes, specifically XimianChristopher James Lahey2001-10-171-9/+11
* add upgrade from 0.1 to 0.2, where we make sure id dbt's match vcard id's,Chris Toshok2001-10-171-29/+92
* Check for no extensionIain Holmes2001-10-171-0/+4
* If card->id is NULL, return an empty string. (e_card_set_id): Don't allowJon Trowbridge2001-10-171-3/+3
* unref the book after we pass it off to evolution-addressbook.Chris Toshok2001-10-161-0/+18
* unref op->view. (pas_backend_ldap_process_create_card): ref op->view.Chris Toshok2001-10-161-3/+27
* make sure to unref the book_view here so we don't leak them.Chris Toshok2001-10-161-1/+4
* Properly decide whether a property needs to be marked as QP by searchingChristopher James Lahey2001-10-151-9/+100
* commit the importer originally from Michael M. Morrison, with fixups byChris Toshok2001-10-136-4/+676
* Added a boolean type here.Christopher James Lahey2001-10-132-0/+30
* On second thought, that should be a less-than-or-equal... :)Jon Trowbridge2001-10-121-1/+1
* Added. Heuristic for whether or not we want to revert to an earlierJon Trowbridge2001-10-121-6/+38
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-125-132/+190
* Check that view->view != NULL. (save_contact_cb): Check that view->view !=Jon Trowbridge2001-10-112-0/+10
* for some reason, matching on protocol is causing problems for me.Chris Toshok2001-10-051-2/+5
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-043-45/+132
* remove most of the oaf stuff from here. we do it in load_uri, where we'llChris Toshok2001-10-031-35/+162
* if there is a db error, assume deletion (pas_backend_file_changes): writeJP Rosevear2001-10-021-7/+2
* g_strdup (pas_backend_file_changes): ditto, make sure to free all data andJP Rosevear2001-09-291-24/+39
* use priv->iid instead of the hardcoded string here.Chris Toshok2001-09-272-9/+23
* Use camel_address_format, not camel_address_encode.Jon Trowbridge2001-09-271-1/+1
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-272-30/+70
* set the last_use and use_score fields of the card to known values so theJP Rosevear2001-09-271-2/+12
* add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (butChris Toshok2001-09-251-1/+4
* add getters for the additional name fields. (field_data): move FAMILY_NAMEChris Toshok2001-09-232-2/+32
* I'm slowly losing my mind.Jon Trowbridge2001-09-201-1/+0
* Yikes... fixing accidental breakage.Jon Trowbridge2001-09-201-1/+1
* Use the default e-mail address if we have nothing else to go on.Jon Trowbridge2001-09-206-167/+108
* Freeing name[i] instead of namev[i] is a bad idea. (bug #10270)Jon Trowbridge2001-09-201-1/+1
* add caluri field dataJP Rosevear2001-09-194-0/+27
* create a sexp and check if the cards match before adding them to the listJP Rosevear2001-09-191-7/+21
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-182-6/+6
* We want to assume that a destination that comes from a card isJon Trowbridge2001-09-181-1/+1
* Do the right thing if the card we are trying to send to has no validJon Trowbridge2001-09-181-53/+56
* fix syntax errors (which are broken, imo...)Chris Toshok2001-09-171-2/+2
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-151-1/+2
* Make "stop" do nothing but set the stopped flag, as inJon Trowbridge2001-09-157-208/+184
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-152-5/+5
* use ldap_init. ldap_open is deprecated in openldap 2.x.Chris Toshok2001-09-141-1/+1
* Fix vcard importingIain Holmes2001-09-131-1/+3
* free the values that are being leaked here.Larry Ewing2001-09-131-4/+15
* See e_book_listener_check_queue below.Jon Trowbridge2001-09-094-91/+248
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-072-16/+31
* Check if the file is a VCard before importingIain Holmes2001-09-051-0/+4
* I18n fixes (mainly making buttons on the right side less Anglocentric :-)Chyla Zbigniew2001-09-031-47/+48
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-0213-299/+423
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-303-2/+41
* This function can be re-entrant during the signal emission; Added extraJon Trowbridge2001-08-301-4/+14
* Added ref/unref pair to make sure that our listener doesn't get finalizedJon Trowbridge2001-08-281-2/+14
* Removed some debugging spew that I left in by mistake.Jon Trowbridge2001-08-281-2/+0
* Do the right thing if the card we are trying to send to is a contact list.Jon Trowbridge2001-08-281-23/+86
* Put a freeze/thaw around our the set of operations that changes theJon Trowbridge2001-08-251-14/+18
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-232-2/+25
* make sure we don't get into a situation where priv->email == NULL.Chris Toshok2001-08-231-12/+20
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-211-0/+5
* use DB_NOTFOUND constJP Rosevear2001-08-211-2/+2
* null out card_sexp so that we don't crash when copyingJP Rosevear2001-08-201-1/+2
* unref our card_sexp. (create_card_handler): make sure to set the id of theChris Toshok2001-08-171-34/+120
* use card_sexp. (pas_backend_file_book_view_free): same.Chris Toshok2001-08-174-324/+449
* Added a closing paren.Jeffrey Stedfast2001-08-171-0/+1
* implement using search_for_dn.Chris Toshok2001-08-151-4/+13