From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Help on gnus! Date: Mon, 15 Sep 2008 09:05:06 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ljxtqzcd.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221489725 14073 80.91.229.12 (15 Sep 2008 14:42:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2008 14:42:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 15 16:42:53 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 1KfFHY-0000or-Ab for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Sep 2008 16:42:28 +0200 Original-Received: from localhost ([127.0.0.1]:36519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfFGX-0002NM-Ig for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Sep 2008 10:41:25 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: news.albasani.net 3gIbWebkAJ8omB2VBXshrkbthxHoxP7dReSa+KOp7ju4G1n3XhE8Conu9xCrck3m7Id3W7ty+G48wQ1zTbConrP4/ORtlBeicY/0R1Kb6bGrAR1OqZrG1pRhQ4ISPi6r Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 15 Sep 2008 14:05:07 +0000 (UTC) X-User-ID: GMsPFwWv8B3UM4MsDH1FX7ajAnli2wHagdDo8n/bQsw= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:TD5CiLKkoup5vNUNMfdgts86yak= sha1:tQwSjMnVwRGpyO+5yHgzM+1Sb/o= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: LVUBr77vMEAgMxDrRu6GSTGLSe3A4LXzoiQUnDiR1Uo= Original-Xref: news.stanford.edu gnu.emacs.help:162290 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:57631 Archived-At: On Mon, 15 Sep 2008 15:59:03 +0800 Magicloud Magiclouds wrote: MM> I am trying to use gnus to read mails. My mails are stored as maildir, MM> by fetchmail + procmail. MM> While I configured gnus, and started it. It moved all my mail from MM> ~/Mail/new to a ~/Mail and ~Mail/mail/misc, and splited them into more MM> files. MM> Please, help me. How to undo this thing? By the way, there is a Gnus-specific newsgroup (gnu.emacs.gnus). You can undo it by moving all the files corresponding to the moved messages. Gnus doesn't have a built-in way to move things back into the "new" Maildir directory. You may be able to stop this from happening in the future by turning off mail fetching; I have not tested this. The whole point of the "new" directory in Maildir, though, is to store new messages. Files get moved from "new" into "cur" when the corresponding messages are read. This is standard Maildir behavior. Ted