mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 12:17:17 +00:00
Monotone-Parent: 48ab3ba04ae37aa55ddec9a67b39c8be57786c6d
Monotone-Revision: 66fc4d9ee925358de80c05092a80e0b39ae6c95d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T19:41:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -149,7 +149,7 @@ function openMessageWindowsForSelection(action, firstOnly) {
|
||||
|
||||
function mailListMarkMessage(event) {
|
||||
var http = createHTTPClient();
|
||||
var url = ApplicationBaseURL + currentMailbox + "/" + action + "?uid=" + msguid;
|
||||
var url = ApplicationBaseURL + currentMailbox + "/" + msguid + "/" + action;
|
||||
|
||||
if (http) {
|
||||
// TODO: add parameter to signal that we are only interested in OK
|
||||
|
||||
Reference in New Issue
Block a user