applied comments

pull/91/head
Alexandre Cloutier 2014-09-08 12:39:55 -04:00 committed by Francis Lachapelle
parent b041ec6e65
commit a45dc96885
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ var refreshViewCheckTimer;
var displayThreadElement = false;
var cachedThreadsCollapsed = [];
// Variables for feature threadsCollapsing
var displayThreadElement = false;
var cachedThreadsCollapsed = UserSettings.Mail.threadsCollapsed;
/* We need to override this method since it is adapted to GCS-based folder
references, which we do not use here */
function URLForFolderID(folderID, application) {