From: Michael Hampton Date: Sun, 21 Dec 2003 19:35:08 +0000 (+0000) Subject: * Don't display the infrequently used m next option on the prompt X-Git-Tag: v7.86~5664 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=dfadfa089ce73054f73af654d53247d3fef3f3fe;p=citadel.git * Don't display the infrequently used m next option on the prompt (we need more space..) --- diff --git a/citadel/messages.c b/citadel/messages.c index 971afbf1b..b61272e8b 100644 --- a/citadel/messages.c +++ b/citadel/messages.c @@ -1558,7 +1558,7 @@ RMSGREAD: scr_flush(); color(DIM_WHITE); scr_printf(") "); - keyopt("ack gain uote eply ext top m next "); + keyopt("ack gain uote eply ext top "); if (rc_url_cmd[0] && num_urls) keyopt("RLview "); if (has_images > 0 && strlen(imagecmd) > 0)