mhonarc-users

Re: timezones not stored in resource file

1996-12-26 16:58:52
It seems that mhonarc 2.0a2 does not store the values given in the
<TIMEZONES> option of the resource file in the database. The timezone nam=
es
will therefore not be available when adding messages to an existing
archive, unless the resource file is specified everytime ``mhonarc -add''
is invoked. According to the documentation it is not necessary to give
the resource file for updates, because all information is stored in the
database.

Well, it looks like you have found a bug that has been with mhonarc
since day one.  I do not think timezone stuff ever got saved.

To fix the problem, add the following line to the output_db
routine (in mhdb.pl):

        &print_assoc(DB, 'Zone', *Zone);

--ewh

<Prev in Thread] Current Thread [Next in Thread>