From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frank Fredstone Newsgroups: gmane.emacs.help Subject: Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13? Date: Thu, 07 Jan 2010 13:24:16 -0800 Message-ID: <87zl4pobgf.fsf@not.no> References: <873a2jqeab.fsf@not.no> <87y6k97n14.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262904115 29460 80.91.229.12 (7 Jan 2010 22:41:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 22:41:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 07 23:41:48 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.50) id 1NT133-00036L-Ub for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jan 2010 23:41:46 +0100 Original-Received: from localhost ([127.0.0.1]:46974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT134-0002Ca-IN for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jan 2010 17:41:46 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Thu, 07 Jan 2010 15:24:18 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:0df/E9HMsSn8ad4oP6LapBgATiU= Original-Lines: 35 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-jIyDvTkpBoIbWCsNVlrISbQWoqbjSm6VVgEvh186XpM9/OMUyykfA71+V640ZtZ/QAnx34JuQFFHe2s!BCoe9100kBQxnTHW7ayAf5Q/aGBjgpq3aDfspwnK7g== Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Original-Xref: news.stanford.edu gnu.emacs.help:176017 X-Mailman-Approved-At: Thu, 07 Jan 2010 17:41:05 -0500 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:71122 Archived-At: Reiner Steib writes: > On Wed, Jan 06 2010, Frank Fredstone wrote: > >> (setq gnus-secondary-select-methods >> '((nnml "mail") >> (nnimap "asdf" [...] > >> I use fetchmail and exim which put email in /var/spool/user. Dovecot >> stores INBOX in that same file, the mbox file. For other folders it >> stores to maildir files. >> >> This worked fine with emacs 22 and gnus. Now, with emacs 23.1, when I >> start gnus, with nnimap-split-inbox unset, the messages that were in >> the mbox file are moved to nnml+mail:inbox. The result is that my >> imap inbox is empty, and the mbox file is empty. >> >> Do you know what I can do to have it not move me email? > > Remove '(file) from `mail-sources'. Actually, I have mail-sources unset, so it's nil. I have also tried removing (nnml "mail") from gnus-secondary-select-methods, and I've also tried changing it to (nnml "mail" (nnml-get-new-mail nil)). Either of those changes results in my IMAP inbox being empty, and teh email disappears (it's in an Incoming... file). I have also tried adding: (setq nnmail-spool-file '("/var/mail/empty")) where /var/mail/empty is an empty file, and it still empties my IMAP inbox.