mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 19:55:53 +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