From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.help Subject: [solved] Re: Undesired Incoming* files created by Gnus Date: Sat, 23 Aug 2008 17:42:46 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <87sksvr8c9.fsf_-_@gmail.com> References: <87fxowc7wu.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219509668 22989 80.91.229.12 (23 Aug 2008 16:41:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2008 16:41:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 23 18:42:01 2008 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.50) id 1KWwBH-0007Hw-4Q for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2008 18:41:39 +0200 Original-Received: from localhost ([127.0.0.1]:57885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWwAJ-0004Wf-H1 for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2008 12:40:39 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:hfUz9kNqZvfMVhEilk7ZpbH2HGY= Original-Lines: 32 Original-NNTP-Posting-Host: 217.201.74.205 Original-X-Trace: news.sunsite.dk DXC=lG7TcK6gj_?@:6iQ9Q>ag7YSB=nbEKnk; 9KI=c`M<`]; :AocXk=\=_4T7bXfBO; G:5KAib\KDO`h2U]ggPf3[E07b72IJX1YY^6OLRh0LaNLg8 Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:161568 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:56912 Archived-At: Rodolfo Medina writes: >> I already posted this on gnu.emacs.gnus but got no solution. >> >> Every time Gnus fetches a new e-mail message from my Gmail account, a >> strange >> file is created in the ~/Mail directory whose name always starts with >> `Incoming'. I.e.: Incoming3141XpI, Incoming3410dCs, etc. They're >> always >> copies of the messages stored in the inbox, that I have to delete >> manually: >> it's bothering. >> >> Why does this happen, and how can I eliminate it? Thierry Volpiatto writes: > ,---- > | (setq mail-source-delete-incoming t) > `---- > > It seem gnus save (duplicate) all your mails in ~/Mail ; > This code avoid that. Hey, that seems to work! Thanks indeed Rodolfo