mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 03:57:59 +01:00
make use of our argsParser to handle commands with zero arguments
This commit is contained in:
@@ -725,7 +725,7 @@ liberator.Mail = function () //{{{
|
||||
|
||||
liberator.commands.add(["empty[trash]"],
|
||||
"Empty trash of the current account",
|
||||
function (args, special)
|
||||
function ()
|
||||
{
|
||||
goDoCommand("cmd_emptyTrash");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user