aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore "funky" button clicks (like scroll wheel scrolls)Dan Winship2001-03-302-0/+11
* Fix headers. Remove unneccesary ones and replace with more finegrainedKjartan Maraas2001-03-3043-66/+122
* Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.Kjartan Maraas2001-03-3023-33/+40
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-3097-215/+324
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-3052-192/+360
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-30116-165/+510
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-3013-28/+71
* Fix this so the "Receiving Options" page gets filled in again.Dan Winship2001-03-302-1/+4
* Doh! This was storing "struct _folder_info"s in the cache and then tryingDan Winship2001-03-302-4/+9
* s/#include/#ifdef/ to fix Kjartan's commit.Larry Ewing2001-03-302-1/+6
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-3040-87/+221
* Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #includeKjartan Maraas2001-03-3013-16/+68
* #ifdef HAVE_CONFIG_H Same here. Same here. And here.Kjartan Maraas2001-03-305-1/+19
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-3025-35/+77
* Update call to camel_url_to_string. (Don't include the params in theDan Winship2001-03-306-6/+20
* change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-306-24/+38
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-3011-15/+1173
* Updated Finnish translationjjranta2001-03-292-1354/+1286
* Updated Spanish translation.Hector Garcia2001-03-292-662/+804
* Move the 'hide deleted' to the option list under the view menu.Not Zed2001-03-292-2/+9
* Create a vtrash folder, not a vee folder.Not Zed2001-03-295-16/+88
* New class for PGP encrypting, decrypting, signing and verifying. Next I'llJeffrey Stedfast2001-03-293-0/+1603
* Optimise the match "" case, just match everything in the folder (if weNot Zed2001-03-292-2/+14
* (vee_expunge): Oops, call the class sync, not superclass sync.Michael Zucci2001-03-292-1/+4
* Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal aboutEttore Perazzoli2001-03-292-2/+7
* Access the folder directly from the message info.Not Zed2001-03-294-105/+139
* Don't print the xml tree here.Christopher James Lahey2001-03-292-1/+8
* Use strcasecmp instead of strcmp.Christopher James Lahey2001-03-292-4/+9
* Fixed some crashes.Christopher James Lahey2001-03-292-0/+18
* Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-293-6/+18
* oops libunicode isn't quite dead yetDan Winship2001-03-291-0/+14
* Sigh. Use the right variable, idiot. And fix a crash bug thatEttore Perazzoli2001-03-292-1/+6
* add a bit mentioning that if configure claims you don't have somethingDan Winship2001-03-294-208/+79
* Move the gtk_toggle_button_set_active outside the if.Jeffrey Stedfast2001-03-292-6/+20
* A mockup of how meeting scheduling and editting should work. This design is b...Anna Dirks2001-03-291-0/+488
* Screenshot of Damon's meeting-scheduling widget, used in my mockup of the mee...Anna Dirks2001-03-291-0/+0
* Updated Slovenian translationAndraz Tori2001-03-291-525/+628
* Use the drafts folder specified by the account, if possible. Also, fix theDan Winship2001-03-292-4/+60
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-298-80/+255
* Change "mark as read" to be C-k instead of C-q, which is a standardEttore Perazzoli2001-03-292-1/+6
* In a fit of egomania, added myself to the authors array.Jon Trowbridge2001-03-282-0/+6
* In a burst of egomania, added myself.Jon Trowbridge2001-03-282-0/+5
* New class implementing a tree model. Not finished yet or in use, but IChristopher James Lahey2001-03-282-0/+563
* Add the port (if user defined) to the path to fix bug #1996.Jeffrey Stedfast2001-03-282-0/+13
* If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-283-5/+15
* Lets do some NULL checking here. First, make sure the gsrc isn't NULL andJeffrey Stedfast2001-03-283-9/+14
* fixed button placement to comply with gnome standards.Anna Marie Dirks2001-03-282-6/+11
* set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-282-0/+6
* fixed spacing and label alignment to comply with gnome standards. AlsoAnna Marie Dirks2001-03-282-129/+105
* set the initial druid button state after doing the mail_account_gui_setup,Dan Winship2001-03-282-2/+6
* (save_service): Don't look at authtype if the widget isDan Winship2001-03-282-1/+4
* we can now resolve to storages and streams.Dietmar Maurer2001-03-272-3/+73
* Fill in signature and organization too. (mail_account_gui_save): PreserveDan Winship2001-03-272-0/+16
* Use gnome-dialog-close instead of object_unref, for some reason it doesn'tNot Zed2001-03-272-1/+8
* Unref the html filter when done. (summary_build_content_info): DisableNot Zed2001-03-272-5/+16
* set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-272-0/+9
* Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixesNot Zed2001-03-272-1/+6
* add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-277-11/+23
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-2713-4973/+3122
* Kludge, copied+modified from mail_config_folder_to_cachename to deal withDan Winship2001-03-271-2/+22
* Update this to reflect the CamelProvider structure changeDan Winship2001-03-271-1/+1
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-2715-162/+242
* Fix parsing of params. (output_param): And unparsing...Dan Winship2001-03-271-2/+7
* Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12
* Add "vtrash" as an allowed mail folder type.Jeffrey Stedfast2001-03-272-1/+4
* Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-272-5/+34
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-272-1/+2
* oops, don't use uids->pdata[i], just use uidsJeffrey Stedfast2001-03-271-2/+1
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-273-25/+21
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-2710-183/+396
* Get the shell to compile by implementing a missing function.Ettore Perazzoli2001-03-272-2/+17
* Fixed vfolder_new api.Not Zed2001-03-272-2/+5
* Added folder_created event here.Not Zed2001-03-277-610/+668
* Updated Slovenian translationAndraz Tori2001-03-271-106/+55
* Added util/e-bit-array.lo.Christopher James Lahey2001-03-276-224/+558
* When writing the last token (if not rfc2047 encoded), don't useJeffrey Stedfast2001-03-272-1/+5
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-275-45/+95
* Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-272-10/+12
* Set the mime part content-id.Jeffrey Stedfast2001-03-272-0/+11
* Rename this from "PLAIN" to "Password": there's no reason the user needsDan Winship2001-03-271-2/+2
* Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-2710-26/+423
* Make the thumbnail cache global rather than per-MailDisplay, sinceDan Winship2001-03-271-1/+0
* remove a debugging printf that got awayDan Winship2001-03-271-1/+0
* undo a boolean boobooDan Winship2001-03-271-1/+2
* keep a reference on the store's current_folder.Dan Winship2001-03-273-2/+17
* Make fake content-id URLs be guaranteed unique: the old way (with %p onDan Winship2001-03-263-22/+44
* Add missing accessor.Dan Winship2001-03-263-0/+10
* Simplify a bit using camel_session_get_provider.Dan Winship2001-03-263-35/+41
* New. Return the provider for a URL.Dan Winship2001-03-263-18/+71
* create camel/misc/MakefileRadek Doulik2001-03-262-0/+5
* Replace <gnome.h> <and <bonobo.h> includes and add <stdlib.h> to removeKjartan Maraas2001-03-262-7/+20
* Header shuffling. Move glibc headers before gnome stuff. Same here. AddedKjartan Maraas2001-03-264-4/+13
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-2624-32/+90
* clear name and email data after each addressRadek Doulik2001-03-262-8/+13
* un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>George Lebl2001-03-261-4/+4
* eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-264-13/+10
* New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-269-199/+523
* Updated Swedish translation.Christian Rose2001-03-262-868/+987
* UpdateFatih Demir2001-03-262-1182/+1192
* Fix a bug in this that probably would have been noticed sooner if ETreeDan Winship2001-03-262-1/+7
* ref the sort_info taken from the state object. Ditto. Fixes the last ETreeDan Winship2001-03-262-0/+2
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-258-58/+73
* Updated Slovenian translationAndraz Tori2001-03-251-1700/+1852
* Allow the authtype to be NULL. (transport_auth_init): If the providerJeffrey Stedfast2001-03-252-2/+31
* Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-252-4/+13
* Added e-selection-model-array.lo.Christopher James Lahey2001-03-258-560/+975
* Added '=' and '-' as tree node expand and collapseChristopher James Lahey2001-03-251-3/+11
* Rather than starting the pending query by directly callingJon Trowbridge2001-03-252-8/+42
* Default to iso-8859-1 as the user's charset here if it is undefined. ThisJeffrey Stedfast2001-03-252-1/+7
* Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-252-4/+49
* Properly remove old items from the ETableExtras if they are replaced byChristopher James Lahey2001-03-241-0/+3
* Made this only up the insert_count if it actually had to do any nonChristopher James Lahey2001-03-241-3/+4
* Ignore these signals if we aren't realized yet.Christopher James Lahey2001-03-231-4/+19
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-2320-72/+755
* Made this not create the new font until realize instead of at new_viewChristopher James Lahey2001-03-232-15/+28
* Turned on BROKEN_ETREE.Christopher James Lahey2001-03-232-1/+5
* Refactor ELocalStorage a bit so that it's easier to implement theEttore Perazzoli2001-03-232-192/+206
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-2317-43/+152
* update by ChiDeok, Hwang <hwang@mizi.co.kr>Nam SungHyun2001-03-231-1050/+1026
* Oops, an unspecified date is '0', not -1.Jeffrey Stedfast2001-03-232-1/+6
* Validate the filter rule.Jeffrey Stedfast2001-03-232-1/+8
* New callback to handle a double-click event in the account clist.Jeffrey Stedfast2001-03-233-19/+32
* (update_active): move to absolute coordinatesRadek Doulik2001-03-232-6/+12
* Change the From address to "The Evolution Team" <evolve@ximian.com> soDan Winship2001-03-232-2/+7
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-235-85/+141
* Leak plug: free the target list after starting the drag.Ettore Perazzoli2001-03-232-2/+7
* Fix the signature of a callback for the `e_storage_set_async_create()'Ettore Perazzoli2001-03-232-1/+8
* (html_enter_notify_event): take care of enter eventRadek Doulik2001-03-232-13/+37
* Change \" to ' in translations for .oaf files, since various bugs conspireDan Winship2001-03-232-16/+22
* (html_motion_notify_event): new handler, highlights addresses byRadek Doulik2001-03-233-0/+53
* Updated Japanese translation.Akira Tagoh2001-03-232-1680/+2004
* Update xml-i18n-tools versionDan Winship2001-03-232-1/+6
* added simple debug g_printRadek Doulik2001-03-231-0/+1
* connect to button_press_event and iframe_created events of GtkHTML widgetRadek Doulik2001-03-233-9/+145
* Changed the EStorageSet API to have a single `xfer()' method insteadEttore Perazzoli2001-03-225-98/+164
* Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.Ettore Perazzoli2001-03-225-17/+99
* new menu iconsJakub Steiner2001-03-226-0/+413
* fixing checkerboardJakub Steiner2001-03-222-0/+4
* small positioning fixJakub Steiner2001-03-221-0/+0
* More DnD work. Now we handle copying and moving of folders, althoughEttore Perazzoli2001-03-224-59/+228
* Fixed the g_return_if_fail here to allow for appending.Christopher James Lahey2001-03-221-1/+1
* Make `ETableSortInfo' non-floating and use _unref, not _destroy, toEttore Perazzoli2001-03-222-1/+3
* Fixed the parity on all the g_return_ifs and g_return_val_ifs.Christopher James Lahey2001-03-221-8/+8
* Made this able to take -1 to denote appending to the table. Also, removedChristopher James Lahey2001-03-222-23/+48
* Bumped gal requirement to 0.5.99.11.Christopher James Lahey2001-03-222-3/+7
* renaming icons to make Miguel's speedups possibleJakub Steiner2001-03-2233-22/+42
* Changed get_save_id to just return a strdup of the path. (new_storage_cb,Christopher James Lahey2001-03-222-23/+40
* Changed this to derefence the pointers passed in from qsort as we shouldChristopher James Lahey2001-03-221-2/+7
* New function to allow you to do non live sorts with weird rules.Christopher James Lahey2001-03-222-12/+102
* Don't fail at setting up all the toolbar icons if just one of theEttore Perazzoli2001-03-222-6/+8
* Validate the rule before closing.Jeffrey Stedfast2001-03-224-13/+24
* Updated Spanish translation.Hector Garcia2001-03-224-4/+562
* Require bison, not yacc (for vcc.y)Dan Winship2001-03-222-0/+9
* add wombat-moniker.h as a source so it gets distedJP Rosevear2001-03-222-0/+5
* Updated Spanish translation.Hector Garcia2001-03-222-810/+799
* Fix a bug in (illegal) 0-part messagesDan Winship2001-03-221-0/+3
* Use the new URL part macrosDan Winship2001-03-225-26/+39
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-2215-282/+257
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-226-30/+63
* Updated Azeri filePablo Saratxaga2001-03-222-1609/+1489
* Added all the new icons to the distribution.Miguel de Icaza2001-03-221-0/+5
* OopsMiguel de Icaza2001-03-221-1/+7
* Make `ETableState' a non-`GTK_FLOATING' object. Otherwise theEttore Perazzoli2001-03-211-0/+4
* initialise the moniker factoryDietmar Maurer2001-03-216-1/+146
* Fix a stupid g_warning caused by calling EStorageSet functions on aEttore Perazzoli2001-03-212-8/+16
* s/helixcode\.com/ximian.com/ and update all the copyrights in the IDLEttore Perazzoli2001-03-218-16/+16
* Update description of the file and my email address in it.Ettore Perazzoli2001-03-211-2/+3
* StudlyCapsify struct members to match the new IDL naming standards.Ettore Perazzoli2001-03-213-14/+20
* Handle the destination side of drag and drop too.Ettore Perazzoli2001-03-213-18/+165
* Rename "Send and Receive" to "Send / Receive".Ettore Perazzoli2001-03-212-2/+7
* Added new icons.Miguel de Icaza2001-03-218-26/+56
* Set the editor dialog modal rather than setting the filter dialogJeffrey Stedfast2001-03-212-118/+130
* Added these classes.Christopher James Lahey2001-03-214-0/+641
* More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERSJeffrey Stedfast2001-03-212-13/+31
* color coded app icons and some new icons. also a new splash (probably to be r...Jakub Steiner2001-03-2114-0/+260
* Step the parser so it imports more than one message.Iain Holmes2001-03-212-0/+25
* extra dist the oaf filesJP Rosevear2001-03-212-0/+6
* Fixed a typo in the word horiztonal.Christopher James Lahey2001-03-211-1/+1
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-219-190/+451
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-03-212-827/+898
* set default text colorRadek Doulik2001-03-212-0/+5
* set color in html citationRadek Doulik2001-03-218-15/+184
* new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-213-3/+66
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-2114-48/+109
* make sure intelligent.h gets distedJP Rosevear2001-03-202-0/+5
* Made this check if the control mask is set.Christopher James Lahey2001-03-202-1/+6
* Fixed the GTK_RETLOC calls for these marshallers.Christopher James Lahey2001-03-201-2/+2
* Fix ettore's fix ;-)Jeffrey Stedfast2001-03-202-2/+6
* Remove the node before freeing the data it points to.Christopher James Lahey2001-03-202-5/+10
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-206-124/+448
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-2016-508/+635
* Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-202-0/+5
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-2036-2461/+7007
* Added a simple FIXME comment about possibly using theEttore Perazzoli2001-03-201-0/+3
* Added calls to the `EvolutionShellComponentClient' API to query theEttore Perazzoli2001-03-203-4/+109
* Changes to the netscape importer for streamlining it and not creating silly f...Iain Holmes2001-03-201-41/+40
* Elm and Pine importersIain Holmes2001-03-206-2/+867
* Removed gnome.h and ctype.h (send_queue_send): Don't remove theJeffrey Stedfast2001-03-202-19/+26
* Write the date header.Jeffrey Stedfast2001-03-202-2/+23
* Call unref_standard_folders() here instead.Jeffrey Stedfast2001-03-202-2/+5
* Sigh. Fix a few really stupid crashes in EStorageSetView.Ettore Perazzoli2001-03-202-17/+26
* Use the new DnD interfaces on the source side of DnD actions.Ettore Perazzoli2001-03-203-37/+249
* Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I".Ettore Perazzoli2001-03-202-4/+9
* use gnome_dialog_run() to make the warning dialog modal. Also created aDamon Chaplin2001-03-192-38/+37
* added function to format just the time.Damon Chaplin2001-03-193-10/+63
* Updated Finnish translation.jjranta2001-03-192-566/+665
* Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-199-115/+114
* pulled from the 0.9 release.Jeffrey Stedfast2001-03-193-26/+119
* Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-192-0/+7
* Add Resend Message under the File menu.Jeffrey Stedfast2001-03-192-26/+34
* Add Resend Message menu item.Jeffrey Stedfast2001-03-195-1/+58
* Unref the message.Jeffrey Stedfast2001-03-192-0/+6
* unref the standard folders. (owner_set_cb): Use g_atexit() to callJeffrey Stedfast2001-03-193-0/+23
* Removed extra printfsMiguel de Icaza2001-03-194-22/+29
* Protect against a possibly NULL exception.Jeffrey Stedfast2001-03-192-1/+7
* Document and modify to return a boolean value denoting whether or notJeffrey Stedfast2001-03-193-21/+90
* Quote the param value if it contains whitespace as well.Jeffrey Stedfast2001-03-192-1/+6
* Updated the checks for NSS and NSPRJeffrey Stedfast2001-03-192-2/+8
* Set the size of the thing to a decent value that lets us test stuff.Miguel de Icaza2001-03-192-58/+69
* Use update_sort_and_group_config dialog instead of the non-implementedMiguel de Icaza2001-03-195-163/+166
* Flatten out View menu again by popular demandMiguel de Icaza2001-03-191-13/+8
* Small updateFatih Demir2001-03-182-793/+760
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-1811-104/+151
* Brutally refactored to boost performance in large-addressbook situations.Jon Trowbridge2001-03-182-111/+243
* Start feeding query matches back to the caller before the entire search isJon Trowbridge2001-03-182-9/+29
* Make sure the reply_to text is non-NULL before trying to pass it off toJeffrey Stedfast2001-03-182-0/+11
* Tag all queued ops. (e_book_cancel_op): Added. Search for a pending opJon Trowbridge2001-03-184-43/+129
* Since we are now using filter-option widgets in place of system-flag, weJeffrey Stedfast2001-03-183-4/+14
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-1821-31/+334
* Don't include system include dir.Jeffrey Stedfast2001-03-184-4/+12
* If the filter type is a "system-flag", use the optionlist type as typeJeffrey Stedfast2001-03-182-1/+6
* Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-172-0/+7
* Remove the menu that is in the glade file because we want to replace itJeffrey Stedfast2001-03-174-5/+51
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-175-17/+139
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-177-610/+379
* Implemented. (ref_message_info): And default implementation.Not Zed2001-03-175-3/+204
* Added directions on how to build with SSL support.Jeffrey Stedfast2001-03-173-19/+54
* Added accelerator to elements missing accelerators (Reply, Inline, Quoted,Miguel de Icaza2001-03-175-12/+27
* New function: inits the BonoboPersistFile server.Miguel de Icaza2001-03-173-1/+46
* Removed filter-system-flag.c.Jeffrey Stedfast2001-03-172-1/+4
* removed these blasted filesJeffrey Stedfast2001-03-174-602/+0
* Removed filter-url.[c,h] and filter-system-flag.[c,h]Jeffrey Stedfast2001-03-175-32/+37
* Same.Jeffrey Stedfast2001-03-173-2/+8
* New function to prepare the mime part and any subparts for pgp signing.Jeffrey Stedfast2001-03-172-6/+79
* removed camel-stream-ssl.c and camel-stream-ssl.hJeffrey Stedfast2001-03-172-316/+0
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-179-82/+170
* Fix a bug noticed by kmaraasDan Winship2001-03-172-1/+5
* Added #include <config.h>Kjartan Maraas2001-03-172-0/+8
* Don't use getdomainname: it's NIS crap, not DNS.Dan Winship2001-03-172-6/+9
* Comment out text after #endif. Add #include <string.h> for strcmp().Kjartan Maraas2001-03-161-0/+1