mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:32:25 +01:00
Refactor modules.config.
This commit is contained in:
@@ -479,7 +479,7 @@ const Mail = Module("mail", {
|
||||
bang: true,
|
||||
});
|
||||
},
|
||||
completions: function () {
|
||||
completion: function () {
|
||||
completion.mailFolder = function mailFolder(context) {
|
||||
let folders = mail.getFolders(context.filter);
|
||||
context.anchored = false;
|
||||
|
||||
Reference in New Issue
Block a user