mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:57:59 +01:00
whitespace/formatting fixes
This commit is contained in:
@@ -92,7 +92,7 @@ function Mail() //{{{
|
||||
function getFolderCompletions(filter)
|
||||
{
|
||||
let folders = mail.getFolders(filter);
|
||||
context.completions = folders.map(function (folder)
|
||||
context.completions = folders.map(function (folder)
|
||||
[folder.server.prettyName + ": " + folder.name,
|
||||
"Unread: " + folder.getNumUnread(false)]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user