mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 07:48:52 +00:00
applied comments
This commit is contained in:
committed by
Francis Lachapelle
parent
b041ec6e65
commit
a45dc96885
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user