[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] send-mail conduit fix
My copy of send-mail had the following lines:
foreach $record (@{$PDB->{records}})
{
# Skip everything except the Outbox folder
# next unless $PDB->{appinfo}{categories}[$record->{category}]{name}
# eq $HEADERS{"Outbox-name"};
I found that it wouldn't work until I removed the {name} and left it as
foreach $record (@{$PDB->{records}})
{
# Skip everything except the Outbox folder
# next unless $PDB->{appinfo}{categories}[$record->{category}]{name}
# eq $HEADERS{"Outbox-name"};
Also, the outbox-backup additions from Chmouel Boudjnah on Jan 14, 2002 to
mailing list work.
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.