mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
Spelling fix: dictionnary -> dictionary
This commit is contained in:
@@ -249,7 +249,7 @@ function mailListToggleMessageThread(row, cell) {
|
||||
row.hide();
|
||||
}
|
||||
|
||||
// Update the dictionnary of the collapsed threads
|
||||
// Update the dictionary of the collapsed threads
|
||||
var mailbox = Mailer.currentMailbox;
|
||||
var url = ApplicationBaseURL + encodeURI(mailbox) + "/" + msguid + "/" + action;
|
||||
var callbackData = { "currentMailbox": Mailer.currentMailbox, "msguid": msguid, "action": action};
|
||||
|
||||
Reference in New Issue
Block a user