From 99b52c82e2bb728a51c1b71e10217a674604e24d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 12 May 1996 07:14:21 +0000 Subject: [PATCH] Change popclient code to use new indicator to allow redisplay during synchronous-subprocess execution. --- v7/src/edwin/os2.scm | 5 +++-- v7/src/edwin/unix.scm | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/v7/src/edwin/os2.scm b/v7/src/edwin/os2.scm index e74be91e2..6e1908acf 100644 --- a/v7/src/edwin/os2.scm +++ b/v7/src/edwin/os2.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: os2.scm,v 1.31 1996/05/11 08:46:35 cph Exp $ +;;; $Id: os2.scm,v 1.32 1996/05/12 07:14:12 cph Exp $ ;;; ;;; Copyright (c) 1994-96 Massachusetts Institute of Technology ;;; @@ -344,7 +344,8 @@ filename suffix \".gz\"." "-p" (os2-pop-client-password password) "-o" target server))) - (apply run-synchronous-process #f (buffer-end buffer) #f #f + (apply run-synchronous-process + #f (cons (buffer-end buffer) #t) #f #f "popclient" "-3" (if (ref-variable rmail-pop-delete) diff --git a/v7/src/edwin/unix.scm b/v7/src/edwin/unix.scm index aa24e3a17..2da8323ca 100644 --- a/v7/src/edwin/unix.scm +++ b/v7/src/edwin/unix.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: unix.scm,v 1.70 1996/05/11 08:46:52 cph Exp $ +;;; $Id: unix.scm,v 1.71 1996/05/12 07:14:21 cph Exp $ ;;; ;;; Copyright (c) 1989-96 Massachusetts Institute of Technology ;;; @@ -724,7 +724,7 @@ option, instead taking -P ." password-options (list "-o" target server)))) (apply run-synchronous-process - #f (buffer-end buffer) #f #f + #f (cons (buffer-end buffer) #t) #f #f "popclient" "-3" (if (ref-variable rmail-pop-delete) -- 2.25.1