Draft Question
Tiago Fioreze
tapera@inf.ufsm.br
Mon, 11 Mar 2002 16:27:06 -0300
Hi !!!
I set the option below as 'false' but when open the folder 'Drafts'
and try to resume the message, the link 'resume' does not appear.
imp/config/conf.php :
// If this is true, the user will be able to resume any message in any
// mailbox. Otherwise, only messages marked as 'drafts' can be resumed.
$conf['user']['allow_resume_all'] = false;
imp/config/prefs.php
// user folder path
$_prefs['folders'] = array(
'value' => 'INBOX.',
'locked' => true,
'shared' => false,
'type' => 'text',
'desc' => _("Path to your mail folders:")
);
// drafts folder
$_prefs['drafts_folder'] = array(
'value' => 'Drafts',
'locked' => true,
'shared' => false,
'type' => 'implicit'
);
My mail server run Courier-IMAP.
Some solution ?
Thanks in advance !!!
Tiago Fioreze