summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-11-17 09:17:55 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-11-17 09:17:55 +0000
commit4e7bcaa0ebd6aee658d22be3c64542d59603b335 (patch)
treec9c5b46e7e2ad4fa67c9928aed15d4c9b84d5d65 /functions.h
parentd83c672d4f54cd2c3129b71352b425654d2890ba (diff)
Make folder synchronization possible from within the pager. From
Chris Cutler <cutler@bluemug.com>.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 3d57238b..3b1bd8ec 100644
--- a/functions.h
+++ b/functions.h
@@ -200,7 +200,7 @@ struct binding_t OpPager[] = {
{ "next-page", OP_NEXT_PAGE, " " },
{ "previous-page", OP_PREV_PAGE, "-" },
{ "top", OP_PAGER_TOP, "^" },
- { "bottom", OP_PAGER_BOTTOM, "$" },
+ { "sync-mailbox", OP_MAIN_SYNC_FOLDER, "$" },
{ "shell-escape", OP_SHELL_ESCAPE, "!" },
{ "enter-command", OP_ENTER_COMMAND, ":" },
{ "search", OP_SEARCH, "/" },
@@ -214,6 +214,7 @@ struct binding_t OpPager[] = {
{ "half-up", OP_HALF_UP, NULL },
{ "half-down", OP_HALF_DOWN, NULL },
{ "previous-line", OP_PREV_LINE, NULL },
+ { "bottom", OP_PAGER_BOTTOM, NULL },
{ "parent-message", OP_MAIN_PARENT_MESSAGE, "P" },