Re: [imp] Message flags missing in basic/mobile mode

2012-12-20 Thread Aria Bamdad
Quoting Michael M Slusarz : This means that none of those flags are settable in that mailbox, per the IMAP server. So we are not going to display flag actions that can't be done. michael if that were true, wouldn't the Dynamic view also refuse to allow these flags to be changed? I c

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Michael M Slusarz
Quoting Oscar del Rio : On 12/19/12 02:38 PM, Aria Bamdad wrote: Ok, did more tracing and it appears that it's not the mailbox readonly status that is causing this. It appears that imp/templates/basic/mailbox/navbar.html.php is what displays the form field for the 'Mark Messages' drop d

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Oscar del Rio
On 12/19/12 02:38 PM, Aria Bamdad wrote: Ok, did more tracing and it appears that it's not the mailbox readonly status that is causing this. It appears that imp/templates/basic/mailbox/navbar.html.php is what displays the form field for the 'Mark Messages' drop down list. I placed a debug

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad
Quoting Michael M Slusarz : The only way IMP hides this is if you are using POP3 or the mailbox is read only. michael Ok, did more tracing and it appears that it's not the mailbox readonly status that is causing this. It appears that imp/templates/basic/mailbox/navbar.html.php is wha

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad
Quoting Michael M Slusarz : The only way IMP hides this is if you are using POP3 or the mailbox is read only. michael Did a bit more debugging and added the following debug statement to the imp/mailbox.php file after the mailbox readonly status is checked: /* Determine if mailbox is r

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad
Quoting Michael M Slusarz : The only way IMP hides this is if you are using POP3 or the mailbox is read only. michael Thanks Michael. I am for sure using IMAP and not POP. I am sure this problem started recently during my testing of this new release. I do recall seeing the 'Mark M

Re: [imp] Message flags missing in basic/mobile mode

2012-12-18 Thread Aria Bamdad
Quoting Oscar del Rio : On 12/18/12 05:15 PM, Aria Bamdad wrote: Using Horde 5.0.2 and IMP 6.0.2, in basic mode, seems like the ability to set message flags is gone. In other words, I don't see a dropdown to select set message as seen/unseen or flagged for follow-up. I see this in dynamic mod

Re: [imp] Message flags missing in basic/mobile mode

2012-12-18 Thread Oscar del Rio
On 12/18/12 05:15 PM, Aria Bamdad wrote: Using Horde 5.0.2 and IMP 6.0.2, in basic mode, seems like the ability to set message flags is gone. In other words, I don't see a dropdown to select set message as seen/unseen or flagged for follow-up. I see this in dynamic mode under the 'Other' drop d