From: Thomas Roessler Date: Tue, 15 Feb 2000 08:58:02 +0000 (+0000) Subject: Fix the function on the pager. X-Git-Tag: mutt-1-1-4-rel~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72a42c5dec34cc1a4e990052a652835e4ce5d0c2;p=mutt Fix the function on the pager. --- diff --git a/functions.h b/functions.h index 7988d50f..ec3166cb 100644 --- a/functions.h +++ b/functions.h @@ -176,6 +176,7 @@ struct binding_t OpPager[] = { { "previous-thread", OP_MAIN_PREV_THREAD, "\020" }, { "previous-subthread",OP_MAIN_PREV_SUBTHREAD, "\033p" }, { "quit", OP_QUIT, "Q" }, + { "exit", OP_EXIT, "q" }, { "reply", OP_REPLY, "r" }, { "recall-message", OP_RECALL_MESSAGE, "R" }, { "read-thread", OP_MAIN_READ_THREAD, "\022" },