6.0.0-alpha12
6/12/25

[#12808] "Marks as..." unavailable in right-click, whereas OK in "Other" dropdown
Summary "Marks as..." unavailable in right-click, whereas OK in "Other" dropdown
Queue IMP
Queue Version 6.1.5
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester uneracine-horde (at) yahoo (dot) fr
Created 10/30/2013 (4243 days ago)
Due
Updated 10/30/2013 (4243 days ago)
Assigned 10/30/2013 (4243 days ago)
Resolved 10/30/2013 (4243 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/30/2013 10:02:01 PM Michael Slusarz Comment #4
Assigned to Michael Slusarz
State ⇒ Resolved
Reply to this comment
IMP 6.1.6
10/30/2013 10:01:15 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit d33f8c9d01a0b51e74bdf0741635cc0669657495
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Wed Oct 30 15:16:06 2013 -0600

     [mms] Fix regression in showing non-available actions in dynamic 
mailbox view when ACL rules prevent them (Bug #12808).

  imp/docs/CHANGES                          |    2 ++
  imp/js/dimpbase.js                        |    2 +-
  imp/lib/Ajax/Application/ListMessages.php |    2 ++
  imp/package.xml                           |    4 ++--
  4 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/d33f8c9d01a0b51e74bdf0741635cc0669657495
10/30/2013 09:08:38 PM Michael Slusarz Comment #2
Queue ⇒ IMP
State ⇒ Assigned
Version ⇒ 6.1.5
Reply to this comment
I see the exact opposite - in read-only mailboxes the "Other" menu 
doesn't contain this, but the context-menu does.

In either event, that needs to be fixed.

The behavior is correct though.  Your mailbox is marked as read-only 
so these actions are not available and should not be shown.
10/30/2013 06:06:17 PM uneracine-horde (at) yahoo (dot) fr Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ "Marks as..." unavailable in right-click, whereas OK in "Other" dropdown
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
When I do right click on a standard message, I do not have the "mark 
as submenu".  Whereas in the "other" dropdwon on the top right side of 
the window, it is displayed and functionnal. I've done an installation 
from pear.  I'm using IMAP.
-------------------------------------------
To help finding the cause, I've tried to debug js, but I'm noob at this.
I've added in imp/js/dimpbase.js line 1379(after the case 'ctx_message':) :
HordeCore.notify("Debug "+this.viewport.getMetaData('readonly'), 
'horde.error');

And it displays (yeah I'm not able to use console.log...) in horde 
"Debug (undefined)" when I do a right click.
As this 'readonly' property is used at two places to hide/show the 
menu, I suppose it is the cause. But I've failed to identify where it 
is supposed to be set to true.

Saved Queries