From hordelist at lemmen.com Mon Jul 16 13:09:09 2018 From: hordelist at lemmen.com (hordelist at lemmen.com) Date: Mon, 16 Jul 2018 09:09:09 -0400 (EDT) Subject: [imp] Add button on long press mobile version Message-ID: I would like to add a button to move a message to a mbox file when you tap and hold on a message. Currently a Delete option comes up when doing a long press. I have added a button labled MyBox as follows: horde/imp/templates/smartmobile/mailbox.html.php
What do I need to put in for the href to have the messages moved to the mailbox MyBox? I found the copymove in /usr/local/horde/imp/js/smartmobile.js which is where mailbox-delete seems to be located. When I press on the MyBox option that comes up on a long hold, it deletes the message and puts in in Trash, which I don't want.