Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!mtune!bakerst!kathy From: kathy@bakerst.UUCP (Kathy Vincent) Newsgroups: comp.mail.misc,comp.sources.wanted,comp.unix.questions Subject: Re: UCB Mail with reply include Message-ID: <890@bakerst.UUCP> Date: Sat, 5-Sep-87 09:14:02 EDT Article-I.D.: bakerst.890 Posted: Sat Sep 5 09:14:02 1987 Date-Received: Sun, 6-Sep-87 05:20:18 EDT References: <1392@bloom-beacon.MIT.EDU> Reply-To: kathy@bakerst.UUCP (Kathy Vincent) Organization: AT&T, Winston-Salem, NC Lines: 38 Keywords: mail replies, mailx, inclusion, cute little whatevers Summary: easy enough with mailx Xref: mnetor comp.mail.misc:512 comp.sources.wanted:2142 comp.unix.questions:3903 In article <1392@bloom-beacon.MIT.EDU> xev@hstbme.mit.edu.UUCP (Xev Gittler) writes: >Does anybody have, or know of, a version of variant of Berkeley Mail that >allows inclusion of letters into replies, complete with those cute >little '>' or whatever? > You don't say what kind of machine are you on. Do you have mailx? If so, it's very easy to include "those cute little '>' or whatever." With mailx, you ask to reply to mail with the R Then you ask to include the mail with a ~f which should return a message like "interpolating" and the number and byte count of the message you're replying to, that's just been put into your mail reply buffer. Then you edit the mail reply buffer with your preferred editor, set up in your .mailrc file. I use vi (VISUAL=vi), so I enter ~v Once in the editor, I enter the following command: :v/^$/s/^/ > / That is, look for every nonblank line, and, at the beginning of those lines, put " > ". Kathy Vincent ------> Home: {ihnp4|mtune|codas|ptsfa}!bakerst!kathy ------> AT&T: {ihnp4|mtune|burl}!wrcola!kathy