mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 11:42:31 +01:00
hack-- for completions
This commit is contained in:
@@ -100,7 +100,7 @@ liberator.Mail = function () //{{{
|
||||
"Unread: " + folders[folder].getNumUnread(false)]);
|
||||
}
|
||||
|
||||
return [0, liberator.filter(completions, filter)];
|
||||
return [0, liberator.completion.filter(completions, filter)];
|
||||
}
|
||||
|
||||
function moveOrCopy(copy, destinationFolder, operateOnThread)
|
||||
|
||||
Reference in New Issue
Block a user