mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:52:27 +01:00
[muttator] fixed ls
This commit is contained in:
@@ -566,7 +566,7 @@ liberator.Mail = function () //{{{
|
||||
switch (arg)
|
||||
{
|
||||
case "r": MsgMarkMsgAsRead(); break;
|
||||
case "s": MsgMarkMsgAsFlagged(); break;
|
||||
case "s": MsgMarkAsFlagged(); break;
|
||||
case "i": ToggleMessageTagKey(1); break; // Important
|
||||
case "w": ToggleMessageTagKey(2); break; // Work
|
||||
case "p": ToggleMessageTagKey(3); break; // Personal
|
||||
|
||||
Reference in New Issue
Block a user