From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81728 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus fetching same mails again and again (pop) Date: Thu, 12 Apr 2012 12:55:58 +0200 Message-ID: <871untb4n5.fsf@eps142.cdf.udc.es> References: <87mx6hl0fo.fsf@live.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1334238246 9317 80.91.229.3 (12 Apr 2012 13:44:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2012 13:44:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30006@lists.math.uh.edu Thu Apr 12 15:44:05 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SIKJb-0004XA-PC for ding-account@gmane.org; Thu, 12 Apr 2012 15:44:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SIKIl-0000KY-Gm; Thu, 12 Apr 2012 08:43:07 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SIHhJ-00086m-QB for ding@lists.math.uh.edu; Thu, 12 Apr 2012 05:56:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SIHhH-0006HR-EC for ding@lists.math.uh.edu; Thu, 12 Apr 2012 05:56:17 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SIHhG-0006hB-18 for ding@gnus.org; Thu, 12 Apr 2012 12:56:14 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SIHhG-0000R0-1W for ding@gnus.org; Thu, 12 Apr 2012 12:56:14 +0200 Original-Received: from pcmecanismos.eps.cdf.udc.es ([193.144.52.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2012 12:56:14 +0200 Original-Received: from aluaces by pcmecanismos.eps.cdf.udc.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2012 12:56:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pcmecanismos.eps.cdf.udc.es User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:q8aambbF5JbQ0Fwsf1yLstndAjk= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81728 Archived-At: Yagnesh Raghava Yakkala writes: > Hello, > > > I setup a pop mail-source two days ago, > > ,---- > | (setq 'mail-sources '(pop :server "pop.uni.server" > | :user "me")) > `---- > > Gnus fetching new mails fine when first enter. but on the group buffer if > press g to see any further new mails, it is fetching the same mails first > again(duplicates). I don't know it's a problem with my server settings or a bug > in gnus. Now I have 100 unread mails in which 80 of them are duplicates. (I > pressed "g" four times. stupid me). > > - how can stop this duplicate fetching? > - is there any way I can delete those duplicates? > > My gnus version is from Emacs trunk. (about a week ago.) Check if you have pop3-leave-mail-on-server variable set to other thing than nil. Otherwise, after fetching the mails, they won't we deleted and will get downloaded again. -- Alberto