diff --git a/rc/bin/newt b/rc/bin/newt index af5c15b3d..d0e8c44e5 100755 --- a/rc/bin/newt +++ b/rc/bin/newt @@ -103,17 +103,19 @@ y synchronize message list with server } fn printp{ if(test -d $mnt/$group/$1){ - grep -e '(^From|^Newsgroups|^Subject|^Date)' $1/header - echo - cat $1/body + { # don't stutter + grep -e '(^From|^Newsgroups|^Subject|^Date)' $1/header + echo + cat $1/body + } >/tmp/p + cat /tmp/p } echo prompt=$group/$1 } fn printpp{ - if(test -d $mnt/$group/$1){ + if(test -d $mnt/$group/$1) cat $1/article - } echo prompt=$group/$1 }