This patch move the "Manage IMAP Folders" link to the main menu. Currently you can get the link only over the preferences page. But what is with IMAP users, they don't configurate "$conf->prefs_dir"? Manually typing "?action=managefolders" as URL is not so user-friendly! ;)
After the patch every IMAP user has a "Folders" link in the main menu.
Since I can't ask "$pop->is_imap()" at "menu_*.php" I added "is_imap" to the $_SESSION[]. Arnaud, can you add $html_folders = 'Folders'; to the other language files?
Greetings,
Tim
original and altered files
Logged In: YES
user_id=529507
Originator: NO
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.