From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glyn Millington Newsgroups: gmane.emacs.help Subject: Re: GNUS & nnmaildir Date: Thu, 31 Jul 2014 09:40:10 +0100 Organization: Utterly lacking Message-ID: <87oaw59b11.fsf@nowhere.org> References: <20140730195026.GA27064@ken-HP-Mini-110-1000> Reply-To: glyn.millington@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406797513 25756 80.91.229.3 (31 Jul 2014 09:05:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 09:05:13 +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 Jul 31 11:05:07 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XCmII-0000wk-18 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2014 11:05:02 +0200 Original-Received: from localhost ([::1]:55067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCmIH-0006je-JN for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2014 05:05:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCmHz-0006ij-CB for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 05:04:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCmHq-0003de-Qu for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 05:04:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCmHq-0003dG-KE for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 05:04:34 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XCmHn-0000Ty-Vx for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 11:04:31 +0200 Original-Received: from cust25-dsl91-135-3.idnet.net ([91.135.3.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2014 11:04:31 +0200 Original-Received: from glyn.millington by cust25-dsl91-135-3.idnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2014 11:04:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cust25-dsl91-135-3.idnet.net X-Liturgical-Date: Memorial: Saint Ignatius of Loyola, priest, A.D. 2014 X-Shakespeare: "Had I but served my God with half the zeal I had served my king, he would not in mine age Have left me naked to mine enemies." -- King Henry VIII, III.2 (Cardinal Wolsey to Cromwell) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:v5JopqB1NkYmg+rZEgLz0rH4U8E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99017 Archived-At: Ken writes: > Hello all, > > I am having difficulty with nnmaildir. Currently, I get my mail with > fetchmail, process it through procmail, and have a maildir setup. > > I would like to read the mail with emacs gnus, but the documention is a > bit scanty in this area and I have not really found any examples on thge > internet that works for me. > > Can any one help? I don 't use nnmaildir myself on an everyday basis - but did try it once to see if it worked, and it did! This, added to ~/.gnus, was what enabled me to read the mail: (add-to-list 'gnus-secondary-select-methods '(nnmaildir "GlynMaildir" (directory "~/Maildir/"))) Have you discovered this page? : http://www.emacswiki.org/emacs/UsingProcmailWithGnus#toc4 Are you using Gnus for news AND mail or just mail? atb Glyn