aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
Commit message (Expand)AuthorAgeFilesLines
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-11/+11
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-2/+2
* Added HIG-appropriate spacing, padding, caps, title and accelerators.Anna Marie Dirks2003-05-171-8/+8
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-48/+49
* Revert the patch I didn't mean to commit anywayRodney Dawes2003-05-171-2/+1
* Check for libgcc stuff to make solaris happyRodney Dawes2003-05-161-1/+2
* backing out a tiny porting of jpr's fix - we need to set the book on theChris Toshok2003-05-161-0/+3
* new function, split out the duplicated teardown code from final_cb andChris Toshok2003-05-161-7/+12
* replace the text_buffer_delete/text_buffer_insert withChris Toshok2003-05-151-23/+39
* set the clip_height on reflow so the name of the field is as high as theChris Toshok2003-05-151-1/+4
* handle the case where we haven't filled in the address yet. fixes #42620.Chris Toshok2003-05-151-0/+3
* clear the view (book_open_cb): track the book in the view, don't unref theJP Rosevear2003-05-154-61/+40
* strlen -> g_utf8_strlen. (e_select_names_text_model_insert): same.Chris Toshok2003-05-142-31/+75
* rename addressbook_destroy to this, and guard against multiple calls.Chris Toshok2003-05-141-6/+9
* terminate g_build_filename with NULL.Sean Gao2003-05-121-1/+1
* [ fixes bug #42048 ] button => response. (e_addressbook_view_print):Chris Toshok2003-05-121-3/+3
* [ fixes bug #41245 ] fix spacing/border widths as per HIG.Chris Toshok2003-05-122-151/+154
* Use glib macro to case from pointer to int.Jeremy Katz2003-05-091-1/+1
* i2003-05-06 Chris Toshok <toshok@ximian.com>Chris Toshok2003-05-071-2/+2
* [ fixes bug #41255 ] use stock buttons for Add/Remove.Chris Toshok2003-04-301-4/+4
* [ fixes bug #41144 ] use stock buttons for the Add/Delete buttons. SwitchChris Toshok2003-04-301-6/+59
* [ fixes bug #41211 ] call e_button_new_with_stock_icon to create ourChris Toshok2003-04-301-1/+2
* [ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the oldChris Toshok2003-04-281-1/+1
* [ fixes bug #37351 ] the row the signal is called with is already theChris Toshok2003-04-241-1/+0
* [ either mostly or entirely fixes #33708 ] new function, factor it out ofChris Toshok2003-04-241-20/+29
* [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do allChris Toshok2003-04-201-9/+15
* Add missing -DPREFIXRodney Dawes2003-04-191-0/+1
* [ fixes #21499 ]Rodney Dawes2003-04-197-4/+7
* [ fixes #41252 ] change title from "Check Address" to "Full Address".Chris Toshok2003-04-161-1/+1
* [ fixes #40727 ] if the query text is either shorter than the cachedChris Toshok2003-04-091-5/+9
* kill an old e_utf8_gtk usageMike Kestner2003-04-091-1/+0
* Remove color specifications from the druid so it will use theme colors.Dan Winship2003-04-082-30/+8
* [ fixes #7103 ] init style_set. and add the signal.Chris Toshok2003-04-085-97/+152
* [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout.Chris Toshok2003-04-081-13/+13
* [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callbackChris Toshok2003-04-081-0/+160
* change the ok/cancel button layout to be higified.Chris Toshok2003-04-081-5/+11
* [ last portion of #40046 fix ] ifdef this out to quiet the compiler.Chris Toshok2003-04-081-141/+35
* Clean up server names.Dan Winship2003-04-082-19/+17
* set "handle_popup" on the field to be TRUE if it's got focus, FALSE ifChris Toshok2003-04-041-0/+5
* set the im_context on the field's EText. (e_minicard_label_event): removeChris Toshok2003-04-041-46/+1
* [ fixes bug #40715 ] add this callback, to unref the book/free the closureChris Toshok2003-04-043-20/+39
* add EVOLUTION_IMAGESDIRChris Toshok2003-04-031-0/+3
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-033-179/+122
* add NONE:OBJECTChris Toshok2003-04-033-0/+23
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-315-61/+63
* [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so weChris Toshok2003-03-311-1/+1
* [ fix the contact editor so that the only time the address is parsed isChris Toshok2003-03-291-36/+30
* [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode theChris Toshok2003-03-271-6/+13
* [ fixes bug #34085 ] only successfully complete the drag if they dropped aChris Toshok2003-03-271-11/+17
* $evolution_uidir -> $evolutionuidirChris Toshok2003-03-271-1/+1
* set the dialog to "Visible: No" so it doesn't flash when we bring it up.Chris Toshok2003-03-241-254/+289
* [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signalsChris Toshok2003-03-241-9/+16
* nuke.Chris Toshok2003-03-244-49/+73
* [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):Chris Toshok2003-03-242-3248/+23
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-236-12/+12
* up the column count by one for the underline.Chris Toshok2003-03-191-1/+5
* fix use of deprecated gtk_menu_append. (card_picker_selection_changed):Chris Toshok2003-03-191-54/+31
* [ Fixes addressbook bug #39730 ] add response ids to the search baseChris Toshok2003-03-192-55/+28
* use alternating-row-colors="false"Chris Toshok2003-03-193-61/+24
* disconnect/keep track of search result signal id. (e_select_names_init):Not Zed2003-03-182-5/+28
* use set_entry_changed_signal_email for the email entry so the email getsChris Toshok2003-03-141-1/+10
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-131-2/+2
* [ fixes bug #39507 ] new function, sync the models after we do a search.Chris Toshok2003-03-121-0/+12
* fix compiler warnings about deprecated functions.Chris Toshok2003-03-125-77/+41
* re-enable in build, include e-destination.h. For #39256.Not Zed2003-03-101-2/+1
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-075-7/+6
* removed. (owner_unset_cb): Basically a noop, the shell does the quit, weNot Zed2003-03-051-10/+3
* Fixes #37881JP Rosevear2003-03-051-1/+1
* reflect prior column additionJP Rosevear2003-03-053-2/+3
* (e_select_names_new): Don't set the "modal" property throughEttore Perazzoli2003-03-041-1/+3
* (create_minicard_view): No needEttore Perazzoli2003-03-041-5/+1
* (e_select_names_init): Instead of using gtk_widget_unparent(),Ettore Perazzoli2003-03-041-2/+2
* Build libecontacteditor as an uninstalled shared library.Dan Winship2003-03-016-21/+21
* Remove these from here; talking to the mailer doesn't really belong at theDan Winship2003-03-017-8/+314
* use g_signal_connect here, not swapped... although since we pass theChris Toshok2003-02-285-10/+26
* if we fail to activate factories for a given protocol, return.Chris Toshok2003-02-271-62/+14
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-223-21/+5
* Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-212-5/+5
* revert previous changeDan Winship2003-02-206-20/+20
* oopsDan Winship2003-02-201-1/+1
* Build the subparts as (noinst) shared libraries rather than staticDan Winship2003-02-206-19/+19
* Make parent_class static.Dan Winship2003-02-203-3/+3
* ignore more generated stuffChris Toshok2003-02-201-0/+1
* [ fix #38074 ] first arg is a GtkWidget. duh.Chris Toshok2003-02-201-1/+1
* (INCLUDES): Use $(evolutionuidir)Ettore Perazzoli2003-02-201-1/+1
* if we can complete solely from our cached cards, callChris Toshok2003-02-181-0/+8
* plug memory leak (always free val).Chris Toshok2003-02-171-2/+2
* indent properly.Chris Toshok2003-02-171-12/+12
* disconnect search_started and search_result. (addressbook_compare): ifChris Toshok2003-02-173-55/+98
* [ fixes bug #33066 ] new function (set_entry_changed_signals): callChris Toshok2003-02-112-46/+74
* gone. (match_initials): gone. (book_query_sexp): remove the primaryChris Toshok2003-02-101-47/+17
* lots of changes here. should be a big performance gain. god i hope this isChris Toshok2003-02-101-228/+104
* [ huge change, all for 1 little performance problem :) fixes #18207 ] useChris Toshok2003-02-084-59/+69
* check the status, not the book, and unref the book here.Chris Toshok2003-02-076-61/+39
* Use different tmp file names so these rules can be executed in parallelEttore Perazzoli2003-02-071-5/+6
* s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-071-2/+2
* Remove cruft, rename ICONSDIR to IMAGESDIR. (serverdir, gladedir): RemoveDan Winship2003-02-064-35/+29
* Remove cruft. (serverdir, gladedir, etspecdir): Remove definitionsDan Winship2003-02-064-10/+2
* Remove cruft. (gladedir, etspecdir): Remove definitions. (glade_DATA):Dan Winship2003-02-067-31/+30
* Remove cruft. Define in terms of privdatadirDan Winship2003-02-062-3/+1
* Remove cruft, s/ICONSDIR/IMAGESDIR/ (gladedir, etspecdir): RemoveDan Winship2003-02-063-12/+7
* Remove some cruft. rename ICONSDIR to IMAGESDIR. (images_DATA): InstallDan Winship2003-02-065-32/+22
* Replace deprecated glade_gnome_init() with glade_init().Dan Winship2003-02-062-2/+2
* updated for e scroll frame --> gtk scrolled windowRadek Doulik2003-02-052-10/+10
* [ pull forward Jack Jia's fix for #34900 ] use a weak ref for the fileChris Toshok2003-02-041-9/+4
* pull forward Jack Jia's fix for #33672, but convert it to use unlinkChris Toshok2003-02-041-13/+16
* add a scrolled window (SHADOW_IN) around the address textview.Chris Toshok2003-01-281-25/+36
* rename the category entry to entry-categories.Chris Toshok2003-01-272-3/+13
* i need to sleep more.Chris Toshok2003-01-261-1/+0
* need to assign this here or else the lib doesn't get built.Chris Toshok2003-01-261-0/+1
* Remove definition; this is now in configure.in. Likewise. Likewise.Ettore Perazzoli2003-01-253-4/+0
* [ fixes bug #34898 ] handle modifications to email addresses in contactSean Gao2003-01-241-0/+27
* Remove definition; no need to set it here since it's now defined inEttore Perazzoli2003-01-241-1/+0
* Define componentdir instead of COMPONENT_DIR. Set it toEttore Perazzoli2003-01-241-2/+0
* Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):Ettore Perazzoli2003-01-2311-109/+109
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-18/+18
* Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-159-14/+14
* Add $(schema_DATA).Ettore Perazzoli2003-01-151-3/+4
* try to load the uri again if it failed previously. (book_open_cb): setChris Toshok2003-01-101-2/+27
* #include gtklabel.h, fixes an unresolved symbol.Chris Toshok2003-01-101-0/+1
* call e_select_names_bonobo_construct on the newly created object.Chris Toshok2003-01-101-0/+2
* addressbook-config.etspec is gone.Chris Toshok2003-01-104-6353/+5991
* fix parameter types here (this signal isn't generated from an ETable.)Chris Toshok2003-01-105-1/+5
* remove the select names stuff (the Related Contacts button/entry.)Chris Toshok2003-01-103-2537/+2285
* comment out the factory oaf_server, and change the location of theChris Toshok2003-01-103-6/+18
* oops, don't include e-treeview-selection-model.h unless we're building theChris Toshok2003-01-091-1/+1
* add in the schema entry for minimum_query_length.Chris Toshok2003-01-091-0/+11
* add E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out.Chris Toshok2003-01-093-18/+159
* add parent arg.Chris Toshok2003-01-097-1/+1063
* $(datadir)/evolution/images instead of $(datadir)/images/evolution.Ettore Perazzoli2003-01-094-22/+22
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-061-2/+0
* [ fixes the non-ui portion of #36183 ] use the entry'sChris Toshok2003-01-024-15/+47
* One more typoAndrew V. Samoilov2002-12-271-1/+1
* Typo fixedAndrew V. Samoilov2002-12-271-1/+1
* (addressbook_config_control_new): Made it return anEttore Perazzoli2002-12-202-2/+4
* [ fixes bug #34897 ] don't free the return of e_card_simple_get_const, asChris Toshok2002-12-191-1/+1
* convert the clist in here to a GtkTreeView. your guess is as good as mineChris Toshok2002-12-191-38/+62
* g_string_sprintfa -> g_string_append_printf. (create_alphabet): same.Chris Toshok2002-12-192-7/+7
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-1922-120/+114
* oops, use strcmp, not !strcmp here.Chris Toshok2002-12-181-1/+1
* (addressbook_config_control_new): UseEttore Perazzoli2002-12-171-1/+1
* Don't #include <e-util/e-html-utils.h>Jeffrey Stedfast2002-12-171-2/+0
* GObject-ize this.Chris Toshok2002-12-102-75/+51
* pass "Addressbook" to e_passwords*. (addressbook_authenticate): same.Chris Toshok2002-12-101-3/+3
* remove PENDING_PORT_WORK. (addressbook_search_activated): same.Chris Toshok2002-12-102-8/+1
* Forgot to commit this new file.Ettore Perazzoli2002-12-101-0/+67
* #define MINICARD_CONTROL_ID.Ettore Perazzoli2002-12-101-0/+3
* connect ::response to gtk_widget_destroy so the dialog goes away.Chris Toshok2002-12-092-4/+7
* this uses pango now. (addressbook_height): same.Chris Toshok2002-12-091-23/+12
* #include <string.h>.Ettore Perazzoli2002-12-0719-327/+92
* Use collate for sorting rather than the normal string sort. This fixes bugJeffrey Stedfast2002-12-061-1/+1
* gnomedialog -> gtkdialog stuff. print dialog is a gtkdialog now.Not Zed2002-12-023-3/+6
* the detail is supposed to go after the signal id, not at the end of theChris Toshok2002-11-301-1/+1
* [ roll forward from 1.2 branch, partial fix for #31763 ] add the FindChris Toshok2002-11-291-393/+422
* remove the button_press_event handler (that did nothing). this makes it soChris Toshok2002-11-291-9/+0
* add include for gtkstock.h.Chris Toshok2002-11-276-19/+31
* remove redundant setting of y2.Chris Toshok2002-11-275-13/+11
* use new schema for completion/uris. (uris_listener): same.Chris Toshok2002-11-275-77/+116
* ignore server.inChris Toshok2002-11-261-0/+1
* show the etable. (addressbook_add_server_druid): show_all before returningChris Toshok2002-11-251-1/+2
* [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as wellChris Toshok2002-11-256-982/+1146
* roll forward the scope fix.Chris Toshok2002-11-211-1/+1
* roll forward the fix for the contact editor.Chris Toshok2002-11-211-0/+5
* Pass type to bonobo_ctonrol_set_property, and also NULL terminate theNot Zed2002-11-212-2/+2
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.Ettore Perazzoli2002-11-202-5/+7
* show the custom table.Chris Toshok2002-11-191-0/+1
* remove the cast to (int) - column_width is a double.Chris Toshok2002-11-193-11/+11
* oops, missed some "oaf"'s.Chris Toshok2002-11-181-1/+1
* sink the popup. (e_contact_editor_build_email_ui): same.Chris Toshok2002-11-172-0/+8
* ignore .server.inChris Toshok2002-11-171-0/+1
* Added rule to generate GNOME_Evolution_Addressbook.server.in fromEttore Perazzoli2002-11-165-507/+450
* Use bonobo_main_quitRodney Dawes2002-11-161-1/+1
* clean this up a tad.Chris Toshok2002-11-155-133/+28
* push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-136-23/+20
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-1218-609/+497
* change around a little, still ifdefed though.Chris Toshok2002-11-125-204/+57
* guard against multiple invocations. (remove_book_view): same.Chris Toshok2002-11-095-19/+41
* oops, missed these casts.Chris Toshok2002-11-093-10/+5
* port work.Chris Toshok2002-11-0915-347/+418
* parent class is GObjectClass.Chris Toshok2002-11-099-68/+140
* convert to glade-2Chris Toshok2002-11-084-297/+301
* port work.Chris Toshok2002-11-088-278/+233
* prepend /apps/Evolution to config db paths.Chris Toshok2002-11-081-3/+3
* more porting work.Chris Toshok2002-11-0812-3744/+3735
* add lots of libs back in since they're building now.Chris Toshok2002-11-089-138/+138
* more porting work.Chris Toshok2002-11-0815-319/+312
* gobjectify this.Chris Toshok2002-11-0728-6104/+6550
* fix the gnome-xml headers.Chris Toshok2002-11-0611-267/+288
* fix some #include's.Chris Toshok2002-11-061-2/+0
* only build the backend and gui dirs for now. printing and conduits areChris Toshok2002-11-062-6/+4
* ignore the new .server file.Chris Toshok2002-11-0614-209/+218
* ignore the marshal generated stuff.Chris Toshok2002-11-067-188/+219
* ignore the marshal generated stuff.Chris Toshok2002-11-0611-237/+278
* Port to GObject/gnome2.Chris Toshok2002-11-0627-922/+1064
* Port to GObject/gnome2.Chris Toshok2002-11-0620-524/+372
* Disconnect from the book's backend_died signal.Dan Winship2002-10-271-1/+5
* [ 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 for #23764 ] handle multiple letters associated with a singleChris Toshok2002-10-221-11/+25
* [ fixes #32144 ] convert the name to the gtk locale before saving.Chris Toshok2002-10-221-3/+9
* [ probable fix for #25477, and memory leak fix ] if the dialog isn't inChris Toshok2002-10-211-0/+5
* [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file.Kjartan Maraas2002-10-1013-146/+113
* [ Fix #28392 ] #if 0 out the gal_view submenu, since it's not spec'ed toChris Toshok2002-10-051-0/+2
* free adapter->priv.Chris Toshok2002-10-021-30/+29
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-2/+2
* [ fixes #27521 ] always unref the contact editor when we get theChris Toshok2002-09-281-3/+3
* 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-264-4/+10
* free adapter->priv.Chris Toshok2002-09-263-4/+9
* 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
* [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name toChris Toshok2002-09-131-20/+30
* institute an arbitrary minimum limit on the number of characters before weChris Toshok2002-09-121-0/+6
* [ fixes the other half of #17336 ] parse the name when we're asked to setChris Toshok2002-09-121-6/+9
* [ fixes part of #17336 ] get the window title from the .glade file, andChris Toshok2002-09-122-0/+22
* [ 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
* [ fixes #20347 ] hook up the backend_died signal. (backend_died): newChris Toshok2002-08-293-2/+45
* [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined.Chris Toshok2002-08-295-1/+21
* 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
* stop the view before unref, in case the listener has pending events.Mike Kestner2002-08-271-0/+1
* 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-206-2/+84
* 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-162-18/+33
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-134-23/+7
* [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling aChris Toshok2002-08-021-2/+2