X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=functions.h;h=4bf22eeea6261af6d39e2fcf072722a29592355a;hp=9047248c3b5d2e374bce95bfd4881291e3564b1b;hb=9bd4cf1b49105dcc131bf722abcbb24fed67d4dc;hpb=5c310cabcfafe551dcad7638c007daae1c7d3710 diff --git a/functions.h b/functions.h index 9047248..4bf22ee 100644 --- a/functions.h +++ b/functions.h @@ -175,6 +175,8 @@ struct binding_t OpMain[] = { { "sidebar-scroll-down", OP_SIDEBAR_SCROLL_DOWN, NULL }, { "sidebar-next", OP_SIDEBAR_NEXT, NULL }, { "sidebar-prev", OP_SIDEBAR_PREV, NULL }, + { "sidebar-next-new", OP_SIDEBAR_NEXT_NEW, NULL}, + { "sidebar-prev-new", OP_SIDEBAR_PREV_NEW, NULL}, { "sidebar-open", OP_SIDEBAR_OPEN, NULL }, { NULL, 0, NULL } }; @@ -288,6 +290,8 @@ struct binding_t OpPager[] = { { "sidebar-scroll-down", OP_SIDEBAR_SCROLL_DOWN, NULL }, { "sidebar-next", OP_SIDEBAR_NEXT, NULL }, { "sidebar-prev", OP_SIDEBAR_PREV, NULL }, + { "sidebar-next-new", OP_SIDEBAR_NEXT_NEW, NULL}, + { "sidebar-prev-new", OP_SIDEBAR_PREV_NEW, NULL}, { "sidebar-open", OP_SIDEBAR_OPEN, NULL }, { NULL, 0, NULL } };