]> granicus.if.org Git - neomutt/commitdiff
Fix the <exit> function on the pager.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Feb 2000 08:58:02 +0000 (08:58 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Feb 2000 08:58:02 +0000 (08:58 +0000)
functions.h

index 7988d50f1ae9a1162979cf1104aa13e77d0194b5..ec3166cb3eef380213e73738ff53d80cbf67eae2 100644 (file)
@@ -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" },