From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Rmail: mail send from me through Rmail Date: Sun, 29 Aug 2010 07:18:07 -0400 Message-ID: References: <29553814.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1283080725 18134 80.91.229.12 (29 Aug 2010 11:18:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2010 11:18:45 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 29 13:18:44 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OpfuL-0002kH-Qi for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Aug 2010 13:18:42 +0200 Original-Received: from localhost ([127.0.0.1]:40072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpfuD-0005X1-6i for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Aug 2010 07:18:33 -0400 Original-Received: from [199.232.76.173] (port=42878 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Opfto-0005Wt-Sv for Help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 07:18:08 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Opfto-0005y1-3s for Help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 07:18:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40579) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Opftn-0005xx-Tw for Help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 07:18:07 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Opftn-0001H0-Bb for Help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 07:18:07 -0400 In-reply-to: <29553814.post@talk.nabble.com> (message from chrm on Fri, 27 Aug 2010 08:27:41 -0700 (PDT)) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74828 Archived-At: > Date: Fri, 27 Aug 2010 08:27:41 -0700 (PDT) > From: chrm > Cc: > > Does Rmail save the mails I send with Emacs? Not by default, no. > If so, where can I read them? > > If not, is there an easy way to add my own address to the BCC of every mail > I send with Emacs? The easiest way is to add FCC, not BCC. Add this to your ~/.emacs: (setq mail-archive-file-name "~/SENT.MAIL") Then each message you send will be filed in the file ~/SENT.MAIL (of course, you can change the name of this file at will).