[Thread Prev][Thread Next][Thread Index]
SyncMail error
I had that as well. The following change to SyncMail.pm cured it for
me:
================================================================
402,403c402,409
< @cats = @{$appinfo->{categoryName}};
< @cat_ids = @{$appinfo->{categoryID}};
---
> # @cats = @{$appinfo->{categoryName}};
> # @cat_ids = @{$appinfo->{categoryID}};
> $cats[0] = 'Inbox';
> $cats[1] = 'Outbox';
> $cats[2] = 'Deleted';
> $cats[3] = 'Filed';
> $cats[4] = 'Draft';
>
================================================================
-Truls
Brian Buck writes:
> Has anybody seen this error while syncing with SyncMail:
>
> 12/06/99 18:39:58 Please press the Hotsync button on your Pilot cradle
> 12/06/99 18:39:59 Connected.
> 12/06/99 18:40:03 Synchronizing using the SyncMail conduit
> 12/06/99 18:40:03 Doing full sync.
> 12/06/99 18:40:03 SyncMail did not complete cleanly.
> Error Can't use an undefined value as an ARRAY reference at /home/buck/pilotmgr/SyncMail.pm line 402.
>
> Trying to continue.
> 12/06/99 18:40:03 Synchronizing using the Installer conduit
> 12/06/99 18:40:03 Synchronization complete
>
> ------------------------------------------------------------------------
> ***********************************************************
> * This is a public mailing list! *
> * Please do not publish Sun proprietary information here! *
> * - - - - - - - - - - - - - - *
> * http://www.moshpit.org/pilotmgr *
> ***********************************************************
>
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************