mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 03:17:58 +01:00
Update :au to use args parser, and perform certain replacements (more to come?).
This commit is contained in:
@@ -54,7 +54,7 @@ liberator.Mail = function () //{{{
|
||||
if (folder)
|
||||
{
|
||||
var msgFolder = folder.QueryInterface(Components.interfaces.nsIMsgFolder);
|
||||
liberator.autocommands.trigger("FolderLoaded", msgFolder);
|
||||
liberator.autocommands.trigger("FolderLoaded", {url: msgFolder});
|
||||
|
||||
// Jump to a message when requested
|
||||
var indices = [];
|
||||
|
||||
Reference in New Issue
Block a user