1
0
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:
Martin Stubenschrott
2008-10-06 23:00:05 +00:00
parent ffb9684248
commit 374745a216

View File

@@ -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