aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-28 08:18:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-28 08:18:34 +0800
commitd671e29102193b74bf977ac068a2adea2fc12a6c (patch)
treee55b66c56afefe228528b180ed8a4e0212bb51a6 /shell/e-shell-importer.c
parentc612c3240c1e3ebe2ec29c0977f02f1d628ab1de (diff)
downloadgsoc2013-evolution-d671e29102193b74bf977ac068a2adea2fc12a6c.tar.gz
gsoc2013-evolution-d671e29102193b74bf977ac068a2adea2fc12a6c.tar.zst
gsoc2013-evolution-d671e29102193b74bf977ac068a2adea2fc12a6c.zip
Studlycapsize all the IDs that are not. Likewise. Updated accordingly.
* Evolution-ShellComponent.idl: Studlycapsize all the IDs that are not. * Evolution-common.idl: Likewise. * evolution-activity-client.c: Updated accordingly. * evolution-shell-component.c: Likewise. * evolution-storage.c: Likewise. * e-activity-handler.c: Likewise. * e-component-registry.c: Likewise. * e-corba-storage.c: Likewise. * e-shell-user-creatable-items-handlers.c: Likewise. * e-local-storage.c (remove_folder): Remove unused variable. * e-shell-view.c (update_for_current_uri): Assign zero to `unread_count', not NULL. * e-shell-importer.c (import_druid_finish): Remove unused variable. * e-shell-user-creatable-items-handler.c: #include "e-corba-utils.h". * e-shell-startup-wizard.c: #include "e-shell-startup-wizard.h". * e-shell-startup-wizard.h: #include <glib.h> * e-summary-weather.c (weather_make_html): Make local variable `icon_name' const. Remove unused variable `uri'. * e-summary.h: Reformatted in GTK+ style. (e_summary_remove_online_connection): Added prototype. * e-summary-preferences.c (fill_mail_shown_clist): Constify local variable `name'. * e-summary-mail.c: #include "e-util/e-path.h". Updated to match the new studlyCapsification in shell/Evolution*.idl. * mail-local.c: Match the studlyCapsification of shell/Evolution*.idl. * mail-config-druid.h: Change type of `event_source' from `Bonobo_EventSource *' to `Bonobo_EventSource'. * mail-accounts.c (mail_delete): Remove unused local variable `label'. * folder-info.c (do_get_info): `#if 0' unused variables. * gui/component/addressbook-component.c: Get rid of a warning by initializing the closing NULL element in folder_types correctly. * gui/component/select-names/e-select-names.c: Updated to match the studlyCapsification of attributes in shell/Evolution*.idl. svn path=/trunk/; revision=12495
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 8ba73c433c..ff0600ab98 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -612,7 +612,6 @@ import_druid_finish (GnomeDruidPage *page,
ImportData *data)
{
GtkWidget *folder;
- const char *foldername;
char *filename;
char *iid;
105a74c217a1efc'>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 * Added #include <string.h> for strcmp(). Same for strlen().Kjartan Maraas2001-03-162-0/+2 * Updated Norwegian (bokmål) translation.Kjartan Maraas2001-03-162-143/+158 * Making warnings fatal is actually a pretty bad idea for anything otherJon Trowbridge2001-03-161-0/+2 * Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-1618-223/+1027 * Don't use the hardcoded cert db directory, use the one passed in.Jeffrey Stedfast2001-03-163-14/+134 * Fix memory leak.Miguel de Icaza2001-03-162-4/+13 * import druid iconJakub Steiner2001-03-162-0/+4 * Bump gal requirement to 0.5.99.7Dan Winship2001-03-162-3/+7 * Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-163-2/+10 * Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-163-2/+8 * Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-163-3/+9 * Update arguments to e_canvas_item_grab_focus. (eti_cursor_change): Ditto,Dan Winship2001-03-161-3/+3 * Make this take an extra argument saying whether or not to grab theDan Winship2001-03-163-8/+9 * translate NIL to "" in fetch body part responseDan Winship2001-03-161-1/+3 * First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-1613-268/+786 * ackJeffrey Stedfast2001-03-161-1/+1 * We don't care about SSL, yea baby... (apply_changes): Don't care aboutJeffrey Stedfast2001-03-166-77/+39 * Translation updates finally committedMatthias Warkus2001-03-162-1524/+1775 * Updated Spanish TranslationHector Garcia2001-03-162-2/+128 * Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-165-7/+16 * Remove a stray camel_object_ref that was causing messages to never beDan Winship2001-03-152-1/+7 * Fix a bit: [mailto:foo] shouldn't grab the ']'Dan Winship2001-03-152-1/+6 * Updated russian translation.Valek Frob2001-03-152-668/+551 * Updated Norwegian (bokmål) translation.Kjartan Maraas2001-03-152-21/+15 * Added Azeri language filePablo Saratxaga2001-03-1520-24184/+49483 * update by ChiDeok, Hwang <hwang@mizi.co.kr>Nam SungHyun2001-03-151-152/+190 * Added edit item to search-bar menu.Not Zed2001-03-154-3/+19 * If we click on the edit menu, then bring up a rule editor. If the userNot Zed2001-03-152-0/+32 * Changed the edit_filter to be a standalone window rather than a widget, soNot Zed2001-03-1514-928/+943 * Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-153-20/+52 * Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-1534-612/+73 * defined "ssmtp"Jeffrey Stedfast2001-03-155-10/+50 * also change the protocol name in the providersJeffrey Stedfast2001-03-152-2/+2 * Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-155-5/+18 * Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-154-3/+54 * Ya know what? Lets not ref the service because otherwise we'll startJeffrey Stedfast2001-03-152-2/+9 * Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-153-1/+5 * Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-154-22/+37 * Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-153-2/+8 * So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-157-29/+80 * Tell camel to init NSS.Jeffrey Stedfast2001-03-152-1/+5 * Updated Swedish translation.Christian Rose2001-03-152-2569/+3344 * Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-154-15/+21 * create doc/devel/executive-summary/MakefileGediminas Paulauskas2001-03-1510-5/+35 * Updated Lithuanian translation.Gediminas Paulauskas2001-03-152-1491/+1998 * Updated to AC_SUBST the NSPR/NSS flags.Jeffrey Stedfast2001-03-152-2/+16 * Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-159-16/+56 * AddedJeffrey Stedfast2001-03-155-0/+613 * Pull up some of the clarifications from the 0.9 branchDan Winship2001-03-142-6/+9 * builddir != srcdir fixes. Yay!Ettore Perazzoli2001-03-144-4/+20 * re-constify inbuf, to remove a warning.Not Zed2001-03-1410-16/+468 * Check for a new type of mailing list header.Jeffrey Stedfast2001-03-143-0/+6 * Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-143-42/+114 * Added camel-tcp-stream-ssl to the build.Jeffrey Stedfast2001-03-143-0/+10 * Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-147-126/+163 * Fix a warning here.Christopher James Lahey2001-03-142-1/+6 * Made this function do something a little closer to what it is supposed toChristopher James Lahey2001-03-141-2/+4 * Call gtk_html_end() on the stream so things happen. Fixes a problem withDan Winship2001-03-143-0/+22 * Since all of the Mozilla libs (including NSPR and NSS) correctly handleJeffrey Stedfast2001-03-143-3/+33 * Call camel_init with the evolution directory passed in. Also, abort ifJeffrey Stedfast2001-03-143-10/+24 * Change to ld order from Greg Williams.Christopher James Lahey2001-03-142-1/+6 * Moved where we call pas_book_respond_get_book_view.Christopher James Lahey2001-03-142-6/+12 * Rename this from g_unichar_to_utf8 so that it doesn't conflict with theDan Winship2001-03-142-9/+9 * add -lresolv to LDAP_LIBS if it's there.Chris Toshok2001-03-142-3/+9 * Don't allow the user to copy a message to or from the vtrash folder. SetJeffrey Stedfast2001-03-144-34/+185 * Have a "Do not ask me again" box for the importers.Iain Holmes2001-03-142-12/+55 * When trying again after a failed password attempt, check if the connectionDan Winship2001-03-142-0/+12 * More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-142-10/+17 * Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, sinceDan Winship2001-03-143-8/+28 * Deleting some files that should not have been added in the first placeHector Garcia2001-03-144-118/+0 * Adding files to help translating evolution guide using a .po wayHector Garcia2001-03-1478-0/+39704 * add E_STRING_PROP for categories.Chris Toshok2001-03-135-1/+23 * impl. (update_pixmaps): accelerate with cache.Michael Meeks2001-03-132-33/+61 * add is_read_only param.Chris Toshok2001-03-1322-69/+418 * All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-1334-529/+1944 * Rearranged some of the dependencies to try to get them into a more correctJeffrey Stedfast2001-03-132-4/+10 * Added view_replyto member.Jeffrey Stedfast2001-03-135