Hi,
I like seing my mailboxes since I have a rather extensive hierachy.
This can be done by adding:
$mboxes = imap_listsubscribed($imap,"{{$CONFIG["imap"]}}","{$CONFIG["pre"]}*");
//Sort mailboxes sort($mboxes, SORT_STRING);
in the list_mailboxes function in the inc/funcs/html.php
Regards
Frans la Cour
Sorry the first line is unchanged, it is only the sort command that is added.
Log in to post a comment.
Hi,
I like seing my mailboxes since I have a rather extensive hierachy.
This can be done by adding:
$mboxes = imap_listsubscribed($imap,"{{$CONFIG["imap"]}}","{$CONFIG["pre"]}*");
//Sort mailboxes
sort($mboxes, SORT_STRING);
in the list_mailboxes function in the inc/funcs/html.php
Regards
Frans la Cour
Sorry the first line is unchanged, it is only the sort command that is added.