Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!ames!ucsd!sdcsvax!ucsdhub!isg100!nusdhub!rwhite From: rwhite@nusdhub.UUCP (Robert C. White Jr.) Newsgroups: comp.unix.questions Subject: Re: paging mail is systemV[139 V Message-ID: <1321@nusdhub.UUCP> Date: 18 Apr 89 22:04:59 GMT References: <142@jma.UUCP> Organization: National University, San Diego Lines: 17 in article <142@jma.UUCP>, max@jma.UUCP (Max Heffler @ Landmark Graphics) says: > I read that the system V mailer (xmail) is supposed to use pg for long mail; > however, I have not been able to get paging to work, even if I specify the > page variable in .mailrc. Does anybody know how to accomplish paging mail > (it happens on Compaqs, Mac's, IBM RT's...)? You have to tell mailx how long is too long set crt=24 The above command added to your .mailrc file will trigger the pager functions of mailx for files longer than 24 lines. Without that wiffle the system would not know what mail to page and what to show "as is" Share and enjoy, Rob.