From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15411 Path: news.gmane.org!not-for-mail From: yagnesh raghava Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus pop destination folder Date: Tue, 10 Apr 2012 18:01:46 +0900 Message-ID: References: <87r4vxywdi.fsf@live.com> <20120409140137.5D6C5201FF@saturn.ch.ristopher.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334048525 13522 80.91.229.3 (10 Apr 2012 09:02:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2012 09:02:05 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Apr 10 11:02:04 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SHWxf-0002e4-Ax for gegu-info-gnus-english@m.gmane.org; Tue, 10 Apr 2012 11:02:03 +0200 Original-Received: from localhost ([::1]:36321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHWxe-0003D0-P6 for gegu-info-gnus-english@m.gmane.org; Tue, 10 Apr 2012 05:02:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHWxb-0003Ci-Cm for info-gnus-english@gnu.org; Tue, 10 Apr 2012 05:02:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHWxV-0002dl-24 for info-gnus-english@gnu.org; Tue, 10 Apr 2012 05:01:58 -0400 Original-Received: from blu0-omc3-s33.blu0.hotmail.com ([65.55.116.108]:55306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHWxU-0002dc-Uv for info-gnus-english@gnu.org; Tue, 10 Apr 2012 05:01:52 -0400 Original-Received: from BLU0-SMTP190 ([65.55.116.72]) by blu0-omc3-s33.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 10 Apr 2012 02:01:50 -0700 X-Originating-IP: [59.158.65.92] X-Originating-Email: [yagnesh@live.com] Original-Received: from smtp.live.com ([59.158.65.92]) by BLU0-SMTP190.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 10 Apr 2012 02:01:49 -0700 In-Reply-To: <20120409140137.5D6C5201FF@saturn.ch.ristopher.com> (Christopher Schmidt's message of "Mon, 09 Apr 2012 16:01:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) X-OriginalArrivalTime: 10 Apr 2012 09:01:50.0054 (UTC) FILETIME=[90CB1060:01CD16F8] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ X-Received-From: 65.55.116.108 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15411 Archived-At: Hello Christopher, Christopher Schmidt writes: > yagnesh writes: > >> I have a mail source defined for pop account like this. >> >> ,---- >> | (setq mail-sources '((pop :server "pop.uni" >> | :user "me"))) >> `---- >> >> Gnus fetching mails from the server and storing in "~/Mail/mail/misc". I would >> like Gnus to store them to a folder named "~/Mail/uni" or "~/Mail/mail/uni" >> since I intend to add another pop account (hotmail). > > (info "(gnus)Splitting Mail") > Thank you very much for the reply, I am aware of existence of splitting mail functionality of gnus but thought I would use that for secondary level splitting. I am more of expecting/looking for a solution with movemail right now (info "(Emacs)Movemail") (setq mail-sources '((pop :server "pop.uni" :user me :program "movemail send this source to ~/Mail/uni") ; <--------- (pop :server "pop.live" :user me :program "movemail send this source to ~/Mail/livemail")) ; <--------- ) Once this is done I would start splitting mail from those. (please correct me if that is not the way gnus work) Another question, Manual says there is native movemail comes with GNU Emacs, but I cant seem to find it. Thanks., -- YYR