mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 08:42:27 +01:00
Fixed muttator folder completions
This commit is contained in:
@@ -92,6 +92,8 @@ function Mail() //{{{
|
||||
function getFolderCompletions(context)
|
||||
{
|
||||
let folders = mail.getFolders(context.filter);
|
||||
context.anchored = false;
|
||||
context.quote = false;
|
||||
context.completions = folders.map(function (folder)
|
||||
[folder.server.prettyName + ": " + folder.name,
|
||||
"Unread: " + folder.getNumUnread(false)]);
|
||||
|
||||
Reference in New Issue
Block a user