[imp] Settings for default folders

Paul van der Vlis paul at vandervlis.nl
Wed Apr 2 14:08:42 UTC 2008


Hello!

In my prefs.php, I made some settings about the drafts folder and the
trash folder, to make them the same as in Thunderbird.

But the users don't see this defaults in Horde. In the "Server and
Folder Information" I see "none" for every folder...

When they remove something they get a warning:  'The folder "" was not
created. This is what the server said: Mailbox already exists'.

What is this for a problem?

What does "Use IMAP folder subscriptions?" do exactly?

When a user made his own settings in the options, is there a way to get
the default settings back?

With regards,
Paul van der Vlis.


--------------
// drafts folder selection widget. includes some javascript, so it's
specific
// to IMP.
$_prefs['folderselect'] = array('type' => 'special');

// drafts folder
$_prefs['drafts_folder'] = array(
    'value' => 'Drafts',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit');

// trash folder selection widget. includes some javascript, so it's
// specific to IMP.
$_prefs['trashselect'] = array('type' => 'special');

// trash folder
$_prefs['trash_folder'] = array(
// for Exchange, uncomment the entry below and remove the default value
entry
//    'value' => 'Deleted Items',
    'value' => 'Trash',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit');
------------




Met vriendelijke groet,
Paul van der Vlis.




-- 
http://www.vandervlis.nl/



More information about the imp mailing list