summaryrefslogtreecommitdiff
path: root/src/keymap.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/keymap.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keymap.cpp b/src/keymap.cpp
index efd0a11a..b73fd807 100644
--- a/src/keymap.cpp
+++ b/src/keymap.cpp
@@ -58,6 +58,11 @@ static op_desc opdescs[] = {
KM_FEEDLIST
},
{
+ OP_MARKALLABOVEASREAD, "mark-all-above-as-read", "",
+ _("Mark all above as read"),
+ KM_ARTICLELIST
+ },
+ {
OP_SAVE, "save", "s",
_("Save article"),
KM_ARTICLELIST | KM_ARTICLE