Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!YALE.ARPA!ram-ashwin From: ram-ashwin@YALE.ARPA (Ashwin Ram) Newsgroups: comp.emacs Subject: Re: make Rmail reply only to sender Message-ID: <8710151448.AA00875@ELI.CS.YALE.EDU> Date: Thu, 15-Oct-87 10:48:41 EDT Article-I.D.: ELI.8710151448.AA00875 Posted: Thu Oct 15 10:48:41 1987 Date-Received: Sat, 17-Oct-87 06:47:33 EDT Sender: daemon@eddie.MIT.EDU Lines: 24 I define a function that reverses the sense of rmail-reply's argument: (defun rmail-reply-no-cc (cc-to-everyone) "Reply to the current message. Normally don't CC: to all other recipients of original message; prefix argument means CC: to them." (interactive "P") (rmail-reply (not cc-to-everyone))) and then bind the following keys: (define-key rmail-mode-map "r" 'rmail-reply-no-cc) (define-key rmail-mode-map "R" 'rmail-reply) I prefer the lower-case "r" to be rmail-reply-no-cc since that's what I usually want as my default. I then use either "C-U r" or just "R" to get the CC's when I want them. [This should probably be the default in RMAIL instead of the other way around.] -- Ashwin Ram -- ARPA: Ram-Ashwin@cs.yale.edu UUCP: {decvax,linus,seismo}!yale!Ram-Ashwin BITNET: Ram@yalecs