[imp] save_sent_mail

Jon Starling jons@uk.uu.net
Tue, 22 Jan 2002 12:29:45 +0000 (GMT)


On Tue, 22 Jan 2002, Jan Schneider wrote:

> Are you sure that these are the entries for the identity that is selected
> if you compose the message? The save sent mail box should be ticked in this
> case.

Yes...  I have confirmed that this is the case!  I have also updated my
copy of Horde/Imp from CVS and dropped/created the horde db using the
mysql_drop.sql and mysql_create.sql.

The only thing I am unsure about is that the user prefs are not stored in
a realm i.e.

servers.php

--SNIP--

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => '194.203.125.225',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'annaneale.co.uk',
    'smtphost' => 'smtp.annaneale.co.uk',
    'realm' => '',
    'preferred' => ''
);

--SNIP--

Does this make any difference?

-Jon