From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2481 Path: news.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: access local mail folder with gnus Date: Wed, 14 May 2003 17:50:37 +0200 Organization: University of Duisburg, Germany Message-ID: <848yt9r0he.fsf@lucy.is.informatik.uni-duisburg.de> References: <84ptmlhi0p.fsf@lucy.is.informatik.uni-duisburg.de> <1rptml7elm.fsf@crpppc215.epfl.ch> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138668897 15276 80.91.229.2 (31 Jan 2006 00:54:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:54:57 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:45 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!p508771f8.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: p508771f8.dip.t-dialin.net (80.135.113.248) Original-X-Trace: fu-berlin.de 1052927440 24525074 80.135.113.248 (16 [73968]) Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:IPztUKIxrIu8VmtPGfB9Iai/dlA= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2621 Original-Lines: 17 X-Gnus-Article-Number: 2621 Tue Jan 17 17:30:45 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2481 Archived-At: marcuirl writes: > kai.grossjohann@gmx.net (Kai Großjohann) writes: > >> You can also tell Gnus to copy the messages from the file >> ~/mail/received-mail into the group nnfolder:received-mail, then >> empty the file ~/mail/received-mail. > > Kai, this bit seems pretty cool, how would one go about doing it > exactly? Assuming you already have an nnml or nnfolder or ... backend: (require 'mail-source) (add-to-list 'mail-sources '(directory :path "~/mail" :suffix "")) -- This line is not blank.