]> granicus.if.org Git - neomutt/log
neomutt
22 years agoOK, I'm giving up: pgp_create_traditional now creates text/plain;
Thomas Roessler [Tue, 26 Mar 2002 20:34:23 +0000 (20:34 +0000)]
OK, I'm giving up: pgp_create_traditional now creates text/plain;
x-mutt-action={pgp-encrypt,pgp-sign}.

22 years agoFix application/pgp signatures.
Thomas Roessler [Tue, 26 Mar 2002 19:57:20 +0000 (19:57 +0000)]
Fix application/pgp signatures.

22 years agoFix iconv warnings; from Edmund Grimley Evans.
Thomas Roessler [Tue, 26 Mar 2002 09:50:06 +0000 (09:50 +0000)]
Fix iconv warnings; from Edmund Grimley Evans.

22 years agoPlease use ascii_strcasecmp() if you want to compare ASCII parameter
Thomas Roessler [Tue, 26 Mar 2002 09:23:54 +0000 (09:23 +0000)]
Please use ascii_strcasecmp() if you want to compare ASCII parameter
strings.  mutt_strcasecmp() depends on the locale, and detects "i"
and "I" as _different_ in Turkish locales.

22 years agoFix S/MIME signature type. Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.
Thomas Roessler [Mon, 25 Mar 2002 11:34:40 +0000 (11:34 +0000)]
Fix S/MIME signature type.  Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.

22 years agoclose 1103; from Brendan Cully
Thomas Roessler [Mon, 25 Mar 2002 11:30:20 +0000 (11:30 +0000)]
close 1103; from Brendan Cully

22 years agoclose 1122; from Brendan Cully
Thomas Roessler [Mon, 25 Mar 2002 11:30:00 +0000 (11:30 +0000)]
close 1122; from Brendan Cully

22 years agoFix #872, from Brendan Cully.
Thomas Roessler [Mon, 25 Mar 2002 11:29:20 +0000 (11:29 +0000)]
Fix #872, from Brendan Cully.

22 years agoInclude a test script by Mike Schiraldi. It's perl > the one I have
Thomas Roessler [Mon, 25 Mar 2002 10:13:28 +0000 (10:13 +0000)]
Include a test script by Mike Schiraldi.  It's perl > the one I have
installed, so I'm just putting it into contrib for now.

22 years agoRename the new M_NEW by M_NEWFOLDER. There was another constant of
Thomas Roessler [Wed, 20 Mar 2002 09:53:19 +0000 (09:53 +0000)]
Rename the new M_NEW by M_NEWFOLDER.  There was another constant of
the same name.  Problem noted by Will Yardley's compiler.

22 years agoupdate
Thomas Roessler [Tue, 19 Mar 2002 09:52:19 +0000 (09:52 +0000)]
update

22 years agoShould fix #1115. BACKPORT!
Thomas Roessler [Mon, 18 Mar 2002 18:54:56 +0000 (18:54 +0000)]
Should fix #1115.  BACKPORT!

22 years agoupdate from oota toshiya.
Thomas Roessler [Fri, 15 Mar 2002 09:11:05 +0000 (09:11 +0000)]
update from oota toshiya.

22 years agoUndoing the previous patch. It was junk, and may ruin files.
Thomas Roessler [Wed, 13 Mar 2002 23:43:41 +0000 (23:43 +0000)]
Undoing the previous patch.  It was junk, and may ruin files.

22 years agoDon't fopen mail folders in append mode where we should safe_fopen()
Thomas Roessler [Wed, 13 Mar 2002 23:34:58 +0000 (23:34 +0000)]
Don't fopen mail folders in append mode where we should safe_fopen()
them in write mode.  Debian bug #138200, noted by Colin Philipps
<cph@cph.demon.co.uk>.

NEEDS BACKPORTING.

22 years agoAssorted patches from Mike Schiraldi.
Thomas Roessler [Wed, 13 Mar 2002 12:31:01 +0000 (12:31 +0000)]
Assorted patches from Mike Schiraldi.

22 years agoIntroduce smime_default_key. From Oliver Ehli.
Thomas Roessler [Sat, 2 Mar 2002 12:11:33 +0000 (12:11 +0000)]
Introduce smime_default_key.  From Oliver Ehli.

22 years agosmime.c:
Thomas Roessler [Sat, 2 Mar 2002 09:17:40 +0000 (09:17 +0000)]
smime.c:
 - the getkeys() function was broken and deleted the last char
   of the certfilename
 - it now lets me use more than one key for the same mailbox
   ie select these.
 - some display output was garbled when the email didn't match.
   i posted some fix to mutt-users, but i don't like that sleep()
   so i dropped the first error message, which basically repeated
   the from/sender field only. so now there's just the message: they
   don't match.

smime_keys:
 - i modified the add_chain to continue even if no roo-cert
   is present (david collantes received som chain that got
   exported from outlook. obiously they don't (always ?)
   include the root cert) it will now abort if neither root
   nor intermediate certs are present.
 - add_cert created index entries with '-' as issuer cert, when
   it should have been '?'. thus verify would fail. (obviously
   nobody ever used that command (add_cert, that is) :)

the feature above obsoletes the hash_cert and fingerprint_cert commands,
adds import_cert command and ask_cert_label bool. i modified the output
of smime_keys (a little) so it doesn't look too garbled when supplying
the label (it is actually interactive :) furthermore, i do a verify
after the cert was added and modified the verify routine to make the
cerificate trusted in case of success. (we discussed this in another
message) that is ok so far, but perhaps this requires some better root
certificate handling, ie the trust should be somehow connected to the
root certificate, that maybe added (if the user trusts it and its not
present already) to the ca-file. i'll think about that some more ... but
then, there already is the add_root command. hmmm... (btw, you'll now
never get asked to trust a certificate)

i have not yet deleted the email handling from the import key stuff (in
smime.c/crypt.c), for i'm thinking about smime_keys using it as an
additional arg. otoh i don't think users would press ^k if verification
failed...hmmm... but still, smime_keys does extract the email from the
certificate either way and does verify it by itself, so the only thing
that would happen is to have some invalid certificates, that mutt'll
refuse to use anyways, left in the database....

(From Oliver Ehli.)

22 years agoTurn on incremental threading again.
Thomas Roessler [Thu, 28 Feb 2002 23:28:51 +0000 (23:28 +0000)]
Turn on incremental threading again.

22 years agoThe script will try to pick out the end-user cert and pass that to
Thomas Roessler [Thu, 28 Feb 2002 12:57:13 +0000 (12:57 +0000)]
The script will try to pick out the end-user cert and pass that to
openssl. The code which tells the difference may not be perfect. It
works with all the certs in my collection, though. I won't be at all
surprised if someone comes across a cert chain which confuses it,
but it should print out an error in that case. Hopefully they will
send us the chain so we can adjust our code.

(From Mike Schiraldi.)

22 years ago$narrow_tree; fater redrawing when changing tree options. From
Thomas Roessler [Thu, 28 Feb 2002 08:23:59 +0000 (08:23 +0000)]
$narrow_tree; fater redrawing when changing tree options.  From
Daniel Eisenbud.

22 years agoThreading enhancements from Daniel Eisenbud.
Thomas Roessler [Thu, 28 Feb 2002 07:58:56 +0000 (07:58 +0000)]
Threading enhancements from Daniel Eisenbud.

22 years agoupdate
Thomas Roessler [Tue, 26 Feb 2002 10:58:56 +0000 (10:58 +0000)]
update

22 years agoFix a typo. #1069.
Thomas Roessler [Tue, 26 Feb 2002 10:39:25 +0000 (10:39 +0000)]
Fix a typo.  #1069.

22 years agoBrendan Cully sent a patch.
Thomas Roessler [Tue, 26 Feb 2002 10:38:43 +0000 (10:38 +0000)]
Brendan Cully sent a patch.

22 years agoFix a typo. From Edmund Grimley Evans.
Thomas Roessler [Tue, 26 Feb 2002 10:38:02 +0000 (10:38 +0000)]
Fix a typo.  From Edmund Grimley Evans.

22 years agoCAPA response tags are case-insensitive. Noted by Michael Vore,
Thomas Roessler [Tue, 26 Feb 2002 10:37:08 +0000 (10:37 +0000)]
CAPA response tags are case-insensitive.  Noted by Michael Vore,
patch from Vsevolod Volkov.

23 years agoFix for #1047. From Michael Elkins.
Thomas Roessler [Mon, 18 Feb 2002 14:55:31 +0000 (14:55 +0000)]
Fix for #1047.  From Michael Elkins.

23 years agoIconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.
Thomas Roessler [Thu, 14 Feb 2002 11:22:51 +0000 (11:22 +0000)]
Iconv patch from Lars Hecking.  MAY NEED TO BE BACKPORTED.

23 years agomutt_any_key() shouldn't be used in curses mode.
Thomas Roessler [Wed, 13 Feb 2002 12:04:52 +0000 (12:04 +0000)]
mutt_any_key() shouldn't be used in curses mode.

23 years agoChange the default format to be more friendly to "0-line messages",
Thomas Roessler [Wed, 13 Feb 2002 11:33:16 +0000 (11:33 +0000)]
Change the default format to be more friendly to "0-line messages",
and fix optional expansion for %l - it was the wrong way around.
Also, add a hack to parse.c so we ignore negative values in Lines
headers.

23 years agoUndo the %l fix. It broke things.
Thomas Roessler [Wed, 13 Feb 2002 11:12:09 +0000 (11:12 +0000)]
Undo the %l fix.  It broke things.

23 years agoFix mutt_pad_string; from Edmund Grimley Evans. (MAY NEED TO BE
Thomas Roessler [Wed, 13 Feb 2002 09:53:33 +0000 (09:53 +0000)]
Fix mutt_pad_string; from Edmund Grimley Evans.  (MAY NEED TO BE
BACKPORTED.)

23 years agoReport libiconv version.
Thomas Roessler [Wed, 13 Feb 2002 09:34:20 +0000 (09:34 +0000)]
Report libiconv version.

23 years agoImprove %l's behaviour.
Thomas Roessler [Tue, 12 Feb 2002 21:54:41 +0000 (21:54 +0000)]
Improve %l's behaviour.

23 years agoMike Schiraldi's daily S/MIME patch.
Thomas Roessler [Tue, 12 Feb 2002 20:45:47 +0000 (20:45 +0000)]
Mike Schiraldi's daily S/MIME patch.

23 years agoThis patch gets rid of an ugly static variable in smime.c. (From
Thomas Roessler [Mon, 11 Feb 2002 17:31:53 +0000 (17:31 +0000)]
This patch gets rid of an ugly static variable in smime.c. (From
Mike Schiraldi.)

23 years agoThis patch lets smime_keys.pl automagically handle both formats of
Thomas Roessler [Mon, 11 Feb 2002 10:03:17 +0000 (10:03 +0000)]
This patch lets smime_keys.pl automagically handle both formats of
x509 certificate -- PEM (text) and DER (binary). This lets Outlook
users (and probably others) directly import the certs without first
converting them manually.  (From Mike Schiraldi.)

23 years agoHonor current values of $LIBS and $CPPFLAGS. From Thomas Dickey.
Thomas Roessler [Mon, 11 Feb 2002 09:59:43 +0000 (09:59 +0000)]
Honor current values of $LIBS and $CPPFLAGS.  From Thomas Dickey.

23 years agopatch-1.3.27.me.initsort.1
Thomas Roessler [Mon, 11 Feb 2002 09:58:46 +0000 (09:58 +0000)]
patch-1.3.27.me.initsort.1

23 years agoAnother S/MIME patch from Mike Schiraldi.
Thomas Roessler [Thu, 7 Feb 2002 21:48:42 +0000 (21:48 +0000)]
Another S/MIME patch from Mike Schiraldi.

23 years agoFix smime_keys.
Thomas Roessler [Thu, 7 Feb 2002 16:33:30 +0000 (16:33 +0000)]
Fix smime_keys.

23 years agoS/MIME fixes from Mike Schiraldi.
Thomas Roessler [Thu, 7 Feb 2002 15:45:06 +0000 (15:45 +0000)]
S/MIME fixes from Mike Schiraldi.

23 years agoMake S/MIME messages translatable.
Thomas Roessler [Thu, 7 Feb 2002 09:17:52 +0000 (09:17 +0000)]
Make S/MIME messages translatable.

23 years agoAvoid a warning on some machines.
Thomas Roessler [Wed, 6 Feb 2002 19:14:47 +0000 (19:14 +0000)]
Avoid a warning on some machines.

23 years agoMake some scanf formats safe.
Thomas Roessler [Wed, 6 Feb 2002 08:58:56 +0000 (08:58 +0000)]
Make some scanf formats safe.

23 years agoThe previous fix was complete nonsense. What a day. :-(
Thomas Roessler [Tue, 5 Feb 2002 22:01:06 +0000 (22:01 +0000)]
The previous fix was complete nonsense.  What a day. :-(

23 years agoUse strcoll for the file browser. From David Champion.
Thomas Roessler [Tue, 5 Feb 2002 21:31:02 +0000 (21:31 +0000)]
Use strcoll for the file browser.  From David Champion.

23 years agoFix crypt-hook. From Dale Woolridge
Thomas Roessler [Tue, 5 Feb 2002 21:30:31 +0000 (21:30 +0000)]
Fix crypt-hook.  From Dale Woolridge
<dale-list-mutt-dev@woolridge.org>.

23 years agoClean-up from Mike Schiraldi.
Thomas Roessler [Tue, 5 Feb 2002 16:11:19 +0000 (16:11 +0000)]
Clean-up from Mike Schiraldi.

23 years agoFix another IMAP browsing bug.
Thomas Roessler [Tue, 5 Feb 2002 15:26:44 +0000 (15:26 +0000)]
Fix another IMAP browsing bug.

23 years agoupdate
Thomas Roessler [Tue, 5 Feb 2002 14:27:10 +0000 (14:27 +0000)]
update

23 years agoDon't put garbage onto the screen when trying to decrypt messages.
Thomas Roessler [Tue, 5 Feb 2002 14:22:57 +0000 (14:22 +0000)]
Don't put garbage onto the screen when trying to decrypt messages.

23 years agoS/MIME fixes from Oliver Ehli:
Thomas Roessler [Tue, 5 Feb 2002 13:07:27 +0000 (13:07 +0000)]
S/MIME fixes from Oliver Ehli:

- smime_keys.pl:

  support for multiple email adrresses in cert: will add one entry
  to {keys, cetrificates}/.index now (for each mailbox)

  support for certificates without intermediate certs (e.g. for
  people who are their own CA: use root as intermediate, for it
  probably wouldn't be known to anyone...)

  bugfix in handle_pem: the checks if some type of cert is present;
  die() could never be reached, as the variables checked wouldn't
  have been set in that case, so it would break because of undefined
  value or some such thing.... (so it has to check $iter instead)

- smime.c (init.h, ....)

  support for importing certificates issued for multiple addresses.

  introduced smime_fingerprint_cert_command, so finally certs can
  get compared ... (so the above works..)

  cleaned up some error messages, that would mess up the terminal.

  fixed typos (init.h)

23 years agoFix ascii_*cmp functions. Problem noted by Brad Thompson.
Thomas Roessler [Tue, 5 Feb 2002 10:51:51 +0000 (10:51 +0000)]
Fix ascii_*cmp functions.  Problem noted by Brad Thompson.

23 years agoSome S/MIME fixes from Oliver Ehli <elmy@acm.org>.
Thomas Roessler [Mon, 4 Feb 2002 09:59:00 +0000 (09:59 +0000)]
Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.

23 years agoAdd unauto_view. From Jeremy Blosser.
Thomas Roessler [Sun, 3 Feb 2002 09:58:44 +0000 (09:58 +0000)]
Add unauto_view.  From Jeremy Blosser.

23 years agoAdd a "-f" flag which helps to dump fingerprints. Contributed by
Thomas Roessler [Sun, 3 Feb 2002 09:41:52 +0000 (09:41 +0000)]
Add a "-f" flag which helps to dump fingerprints.  Contributed by
Jason Harris <jharris@widomaker.com>, and not strictly needed for
mutt.

23 years agoFix calculation of fingerprints (and key IDs) for type 20 ElGamal
Thomas Roessler [Sun, 3 Feb 2002 09:14:47 +0000 (09:14 +0000)]
Fix calculation of fingerprints (and key IDs) for type 20 ElGamal
keys.  Noted by Jason Harris <jharris@widowmaker.com>.

23 years agoupdate
Thomas Roessler [Sat, 2 Feb 2002 16:52:27 +0000 (16:52 +0000)]
update

23 years agoDon't forget deletions when a folder is changed. Ups.
Thomas Roessler [Sat, 2 Feb 2002 09:19:08 +0000 (09:19 +0000)]
Don't forget deletions when a folder is changed.  Ups.

23 years agoFix some possible leaks of the private key (encrypted, but
Thomas Roessler [Fri, 1 Feb 2002 17:23:20 +0000 (17:23 +0000)]
Fix some possible leaks of the private key (encrypted, but
still...).  (yow_security_holes.patch from Mike Schiraldi.)

23 years agoDocument %C, and other updates. From Mike Schiraldi.
Thomas Roessler [Thu, 31 Jan 2002 22:05:58 +0000 (22:05 +0000)]
Document %C, and other updates.  From Mike Schiraldi.

23 years agoRemove some unnecessary quotation marks.
Thomas Roessler [Thu, 31 Jan 2002 22:05:43 +0000 (22:05 +0000)]
Remove some unnecessary quotation marks.

23 years agoUse mutt -Q from smime_keys.
Thomas Roessler [Thu, 31 Jan 2002 21:16:30 +0000 (21:16 +0000)]
Use mutt -Q from smime_keys.

23 years agoupdate-po
Thomas Roessler [Thu, 31 Jan 2002 12:57:38 +0000 (12:57 +0000)]
update-po

23 years agofix a string.
Thomas Roessler [Thu, 31 Jan 2002 12:55:40 +0000 (12:55 +0000)]
fix a string.

23 years agoDocument -Q.
Thomas Roessler [Thu, 31 Jan 2002 10:25:19 +0000 (10:25 +0000)]
Document -Q.

23 years agoAdd a -Q option to query configuration variables. This is needed to
Thomas Roessler [Thu, 31 Jan 2002 10:18:01 +0000 (10:18 +0000)]
Add a -Q option to query configuration variables.  This is needed to
avoid a separate mutt configuration parser in smime_keys.pl.

23 years agopatch-1.3.27.me.postpone_date.2
Thomas Roessler [Wed, 30 Jan 2002 22:51:12 +0000 (22:51 +0000)]
patch-1.3.27.me.postpone_date.2

23 years agoMike Schiraldi's daily S/MIME patch, as he puts it.
Thomas Roessler [Wed, 30 Jan 2002 18:32:23 +0000 (18:32 +0000)]
Mike Schiraldi's daily S/MIME patch, as he puts it.

23 years agoImproved certificate handling. Suggested by Oliver Ehli,
Thomas Roessler [Tue, 29 Jan 2002 21:08:10 +0000 (21:08 +0000)]
Improved certificate handling.  Suggested by Oliver Ehli,
implemented by Mike Schiraldi.

23 years agoProperly handle certain signatures generated by Outlook. From Mike
Thomas Roessler [Tue, 29 Jan 2002 17:53:33 +0000 (17:53 +0000)]
Properly handle certain signatures generated by Outlook.  From Mike
Schiraldi.

23 years agoFix a segmentation fault in debugging code. From Daniel Eisenbud.
Thomas Roessler [Tue, 29 Jan 2002 10:06:01 +0000 (10:06 +0000)]
Fix a segmentation fault in debugging code.  From Daniel Eisenbud.

23 years agoAdd a new crypt_timestamp option. The timestamps aren't really
Thomas Roessler [Mon, 28 Jan 2002 23:29:05 +0000 (23:29 +0000)]
Add a new crypt_timestamp option.  The timestamps aren't really
needed any more.

23 years agoAdd ~V to match successfully verified messages.
Thomas Roessler [Mon, 28 Jan 2002 22:30:09 +0000 (22:30 +0000)]
Add ~V to match successfully verified messages.

23 years agoAdd a comment. From Mike Schiraldi.
Thomas Roessler [Mon, 28 Jan 2002 22:13:19 +0000 (22:13 +0000)]
Add a comment. From Mike Schiraldi.

23 years agoFix list-from documentation. From Michael Elkins.
Thomas Roessler [Mon, 28 Jan 2002 21:37:55 +0000 (21:37 +0000)]
Fix list-from documentation.  From Michael Elkins.

23 years agoAdd more information on S/MIME. Adapted from Oliver Ehli's notes by
Thomas Roessler [Mon, 28 Jan 2002 19:59:03 +0000 (19:59 +0000)]
Add more information on S/MIME.  Adapted from Oliver Ehli's notes by
Mike Schiraldi.

23 years agoAvoid C99 comments. Noted by Vincent Lefevre.
Thomas Roessler [Mon, 28 Jan 2002 10:19:51 +0000 (10:19 +0000)]
Avoid C99 comments.  Noted by Vincent Lefevre.

23 years agoWide character fix from TAKIZAWA Takashi.
Thomas Roessler [Mon, 28 Jan 2002 10:18:33 +0000 (10:18 +0000)]
Wide character fix from TAKIZAWA Takashi.

23 years agoS/MIME-related bug fixes from Brendan Cully.
Thomas Roessler [Mon, 28 Jan 2002 10:17:56 +0000 (10:17 +0000)]
S/MIME-related bug fixes from Brendan Cully.

23 years agoups
Thomas Roessler [Fri, 25 Jan 2002 00:08:30 +0000 (00:08 +0000)]
ups

23 years agoMore decryption key detection fixes.
Thomas Roessler [Fri, 25 Jan 2002 00:06:03 +0000 (00:06 +0000)]
More decryption key detection fixes.

23 years agoMake some prompts look nicer, and add sensible selection of the
Thomas Roessler [Fri, 25 Jan 2002 00:02:31 +0000 (00:02 +0000)]
Make some prompts look nicer, and add sensible selection of the
decryption key.

23 years agoMore S/MIME nit-picking.
Thomas Roessler [Thu, 24 Jan 2002 23:53:19 +0000 (23:53 +0000)]
More S/MIME nit-picking.

23 years agoFix.
Thomas Roessler [Thu, 24 Jan 2002 23:33:26 +0000 (23:33 +0000)]
Fix.

23 years agoStill more code clean-up.
Thomas Roessler [Thu, 24 Jan 2002 23:26:30 +0000 (23:26 +0000)]
Still more code clean-up.

23 years agoUpdate.
Thomas Roessler [Thu, 24 Jan 2002 23:26:02 +0000 (23:26 +0000)]
Update.

23 years agolittle fix.
Thomas Roessler [Thu, 24 Jan 2002 23:18:52 +0000 (23:18 +0000)]
little fix.

23 years agoUps, don't use the wrong check function...
Thomas Roessler [Thu, 24 Jan 2002 23:17:32 +0000 (23:17 +0000)]
Ups, don't use the wrong check function...

23 years agoClean up the mh code, too.
Thomas Roessler [Thu, 24 Jan 2002 23:12:50 +0000 (23:12 +0000)]
Clean up the mh code, too.

23 years agoindentation
Thomas Roessler [Thu, 24 Jan 2002 22:48:57 +0000 (22:48 +0000)]
indentation

23 years agoMaildir efficiency improvements, from Michael Elkins and Thomas
Thomas Roessler [Thu, 24 Jan 2002 22:48:29 +0000 (22:48 +0000)]
Maildir efficiency improvements, from Michael Elkins and Thomas
Roessler.

23 years agoS/MIME nits.
Thomas Roessler [Thu, 24 Jan 2002 22:39:13 +0000 (22:39 +0000)]
S/MIME nits.

23 years agoWe don't need this any more.
Thomas Roessler [Thu, 24 Jan 2002 21:54:37 +0000 (21:54 +0000)]
We don't need this any more.

23 years agoS/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
Thomas Roessler [Thu, 24 Jan 2002 21:53:19 +0000 (21:53 +0000)]
S/MIME support.  From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
<raldi@research.netsol.com>.

23 years agoupdate
Thomas Roessler [Thu, 24 Jan 2002 14:32:13 +0000 (14:32 +0000)]
update

23 years agoIntroduce mime_lookup. From Brian Foley and Ulf Erikson.
Thomas Roessler [Thu, 24 Jan 2002 14:21:50 +0000 (14:21 +0000)]
Introduce mime_lookup.  From Brian Foley and Ulf Erikson.

23 years agoupdate
Thomas Roessler [Thu, 24 Jan 2002 14:14:57 +0000 (14:14 +0000)]
update