From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Newsgroups: gmane.emacs.help Subject: Re: GNUS & nnmaildir Date: Thu, 31 Jul 2014 09:20:12 -0400 Message-ID: <20140731132012.GB16320@ken-HP-Mini-110-1000> References: <20140730195026.GA27064@ken-HP-Mini-110-1000> <87oaw59b11.fsf@nowhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1406813537 5335 80.91.229.3 (31 Jul 2014 13:32:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 13:32:17 +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 15:32:11 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 1XCqSm-0002Op-Kh for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2014 15:32:08 +0200 Original-Received: from localhost ([::1]:56775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCqSl-0001RX-RP for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2014 09:32:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCqHP-0006pK-U4 for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 09:20:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCqHH-0005K2-Ms for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 09:20:23 -0400 Original-Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:61194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCqHH-0005Jv-IU for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 09:20:15 -0400 Original-Received: by mail-qg0-f41.google.com with SMTP id q107so3904208qgd.14 for ; Thu, 31 Jul 2014 06:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=PRTzZDfDTDz/5Ee9iZPy5ojfZckbVF7ql/eGoVFy2/Y=; b=GMb5ps+1G0Xjb4+5xPgfbRtjmYtCtHcfo1B2GtnbxTnjhuhXwWawHUtD81bxTuCVLb 166IZ4g6eRCqiNnymox2lZoDK2eSo7c78BbRj1BUu617OskUO77BbCI8NRcUw8jTDXVF HtCSkl7K2qIVk9mAp+fhVKwD/Eb+BZFtDP7en54GULdJUYSFPtxsL9C5bA9F8Qx/rYKc JWlVVFow20y+iSGFMzmZYgwv//lICuile0r8ReyjXpwrq5YnGQzyqLSbl1FvQae1B337 95Z8n/+1VYOA4Okfnprck+3nC2cJnxBVf4TlZe1bovxipIXZ0+aCxSZhsxmq6h0rkuII GWfg== X-Received: by 10.224.65.73 with SMTP id h9mr18357046qai.83.1406812815238; Thu, 31 Jul 2014 06:20:15 -0700 (PDT) Original-Received: from localhost (pool-71-126-57-231.bstnma.east.verizon.net. [71.126.57.231]) by mx.google.com with ESMTPSA id b80sm5934091qgd.20.2014.07.31.06.20.13 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 31 Jul 2014 06:20:14 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87oaw59b11.fsf@nowhere.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::229 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:99022 Archived-At: On Thu, Jul 31, 2014 at 09:40:10AM +0100, Glyn Millington wrote: > 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 Hi, I access gmane with gnus and that works no problem.... I have seen that page before. I am going to tweak my config with something I missed before on that page and see if that works. Thanks for the assistance, Ken -- Patch griefs with proverbs. -- William Shakespeare, "Much Ado About Nothing"