mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Mantis 2168: Mail - Affichage des messages 'non-existants' sur le serveur
Monotone-Parent: bdfd1fb2af5b1ac9682f23093d493b2afeb1287f Monotone-Revision: 92b5fc52a3736b8120b0011dacbf4f2aa73c71f9 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-19T20:32:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1149,6 +1149,10 @@ function messageCallback(http) {
|
||||
storeCachedMessage(cachedMessage);
|
||||
}
|
||||
}
|
||||
else if (http.status == 404) {
|
||||
alert (labels["The message you have selected doesn't exist anymore."]);
|
||||
window.location.reload ();
|
||||
}
|
||||
else
|
||||
log("messageCallback: problem during ajax request: " + http.status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user