From 7682a24bc514a9348ec01b1a3d66f9c6568373c4 Mon Sep 17 00:00:00 2001 From: Alex Musolino Date: Tue, 22 Oct 2019 08:18:20 +1030 Subject: [PATCH] /sys/lib/plumb/basic: open nedmail windows with -noscroll This preserves the desired behaviour of *not* scrolling to the bottom of plumbed messages even when rio(1) is invoked with the -s flag. --- sys/lib/plumb/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/lib/plumb/basic b/sys/lib/plumb/basic index acfd75acb..d61b3064f 100644 --- a/sys/lib/plumb/basic +++ b/sys/lib/plumb/basic @@ -99,7 +99,7 @@ type is text data matches '[a-zA-Z¡-￿0-9_\-./]+' data matches '/mail/fs/[a-zA-Z¡-￿0-9/]+/[0-9]+' plumb to showmail -plumb start window -r 4 120 750 600 upas/nedmail -s $0 +plumb start window -noscroll -r 4 120 750 600 upas/nedmail -s $0 # man index entries are synthesized type is text -- 2.44.0