From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86505 Path: news.gmane.org!not-for-mail From: Cody Baxter Newsgroups: gmane.emacs.gnus.general Subject: NNMAILDIR Configuration? Date: Thu, 31 Dec 2015 23:13:48 -0700 Message-ID: <87a8opg737.fsf@codybaxter.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451748245 21995 80.91.229.3 (2 Jan 2016 15:24:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Jan 2016 15:24:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34734@lists.math.uh.edu Sat Jan 02 16:23:46 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aFO1x-0006Cz-N0 for ding-account@gmane.org; Sat, 02 Jan 2016 16:23:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aFO1q-0002ck-4Q; Sat, 02 Jan 2016 09:23:38 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aEtSb-0005TE-2o for ding@lists.math.uh.edu; Fri, 01 Jan 2016 00:45:13 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aEtSZ-0004Ye-So for ding@lists.math.uh.edu; Fri, 01 Jan 2016 00:45:12 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aEtSX-0002hx-Lb for ding@gnus.org; Fri, 01 Jan 2016 07:45:09 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aEtST-0002aa-Ek for ding@gnus.org; Fri, 01 Jan 2016 07:45:05 +0100 Original-Received: from 76-10-186-58.dsl.teksavvy.com ([76.10.186.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jan 2016 07:45:05 +0100 Original-Received: from im by 76-10-186-58.dsl.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jan 2016 07:45:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 76-10-186-58.dsl.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86505 Archived-At: (I want to preface this that it is the first time I've posted to a newsgroup - using gnus or anything else so if I do something odd/wrong my apologies) I've been trying for some time now to get nnmaildir to work in Gnus using isync. I have set it up but I cannot seem to get it to recognize the mail in the directory. I have setup in my gnus config the following: (nnmaildir "calgary" (directory "~/mail/ucalgary")) Once it is added, I can open the connection and I get the following: K 0: Calendar U 0: Inbox K 0: Sent Items However when I try to open any of the mailboxes I get the following error: gnus-select-newsgroup: Couldn't request group nnmaildir+calgary:Inbox: No such group: Inbox Now if I look in /home/crb/mail/ucalgary/Inbox/cur/ there are a number of read and unread messages for example: "1443481160.3793_16.Feddie,U=16:2,S ". Any suggestions on what I should do to fix this? Thanks!