summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-31 19:11:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-31 19:11:53 +0000
commitd0656b2b38fedc0780dc53f3d42c5b4dbc96fa97 (patch)
treeca76aff18d495d6b20cc63e88f33d24980d448b3 /functions.h
parent018280d472ff629e6fd9f98ebbbe4cd1b934df38 (diff)
Adding a <parent-message> function. From Roland Rosenfeld
<roland@spinnaker.rhein.de>.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index 4b5ec6c3..2056deac 100644
--- a/functions.h
+++ b/functions.h
@@ -127,7 +127,7 @@ struct binding_t OpMain[] = {
{ "previous-new", OP_MAIN_PREV_NEW, "\033\t" },
{ "next-unread", OP_MAIN_NEXT_UNREAD, NULL },
{ "previous-unread", OP_MAIN_PREV_UNREAD, NULL },
-
+ { "parent-message", OP_MAIN_PARENT_MESSAGE, "P" },
#ifdef _PGPPATH
@@ -210,7 +210,7 @@ struct binding_t OpPager[] = {
{ "half-up", OP_HALF_UP, NULL },
{ "half-down", OP_HALF_DOWN, NULL },
{ "previous-line", OP_PREV_LINE, NULL },
-
+ { "parent-message", OP_MAIN_PARENT_MESSAGE, "P" },