[imp] IMP Missing Options
Metee Khanongnuch
may@yipintsoi.com
Sat, 2 Feb 2002 18:27:31 +0700
---- Original Message -----
From: "Peter Farrow" <peterf@3d-computers.co.uk>
To: <imp@lists.horde.org>
Sent: Saturday, February 02, 2002 1:09 AM
Subject: RE: [imp] IMP Missing Options
> Many thanks,
>
> This is now working, but I can't seem to see any of the other IMAP folders
> other than the "INBOX"
If you click on menu Folders you will see only INBOX too
because other folder (except INBOX) need to subscribe.
you should click on [Show Unsubscribed] (near Expand All)
you will see all folder then select all folder and choose Action [Subscribe to Folder(s)]
In the another way edit file prefs.php in directory imp/config and set value of subscribe to '0'
// File prefs.php
$_prefs['subscribe'] = array(
'value' => 0,
:-)