Posted by miglius on August 21, 2006 at 12:04pm
| Project: | Pontomail Webmail Client |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | miglius |
| Status: | closed (fixed) |
Issue Summary
I'd like to see the mailboxes listed in the block list instead of the menu. This way it's possible to control the visibility of the mailboxes.
Comments
#1
I have attached a code which lists mailboxes in the block view. It uses a recurrent function for that and shows:
INBOX
Drafts
Test
instead of
INBOX.Drafts.Test
Diff is with the Aug 11 version of the pontomail.module
#2
Miglius,
Thanks. Could you do a unified diff for me instead though? cvs diff -u
and I'll patch and commit tonight with some other fixes.
#3
here is diff -u output.
#4
Ernest,
Can you patch the module with this block view code I posted in previuos post? I uploaded the code in unified diff file.
#5
here is the diff with the cvs version (cvs diff -u)
can you review the code and commit it to cvs?
thanks
#6
Yes, I shall def. 100% patch this tonight to CVS. Sorry, i'm a bit project happy. Attempting a database.oracle.inc right now.....not so fun. blah.
#7
Just confirming this patch is good.
#8
Patched.
#9
#10
I have reopened this ticket since after some other update to the code the number of unread messages is not showed next to the folder name.
Here is a patch that fixes that.
Also if a pontomail_sendmail module is enabled, "compose" link is printed in the block.
#11
Commited. Thanks.
#12
closing