From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13708 Path: news.gmane.org!not-for-mail From: Damian Newsgroups: gmane.emacs.gnus.user Subject: Gnus, maildir, and nnmaildir Date: Sat, 3 Apr 2010 12:04:28 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1270302905 8882 80.91.229.12 (3 Apr 2010 13:55:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Apr 2010 13:55: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 Sat Apr 03 15:54:58 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny3oN-0006AF-Ut for gegu-info-gnus-english@m.gmane.org; Sat, 03 Apr 2010 15:54:56 +0200 Original-Received: from localhost ([127.0.0.1]:56054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny3oN-0003HI-Fb for gegu-info-gnus-english@m.gmane.org; Sat, 03 Apr 2010 09:54:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ny0Dl-0007aI-Da for info-gnus-english@gnu.org; Sat, 03 Apr 2010 06:04:53 -0400 Original-Received: from [140.186.70.92] (port=53507 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny0Dj-0007XA-U7 for info-gnus-english@gnu.org; Sat, 03 Apr 2010 06:04:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ny0Di-0007K2-Nk for info-gnus-english@gnu.org; Sat, 03 Apr 2010 06:04:51 -0400 Original-Received: from mail-bw0-f214.google.com ([209.85.218.214]:58952) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny0Di-0007Jp-DZ for info-gnus-english@gnu.org; Sat, 03 Apr 2010 06:04:50 -0400 Original-Received: by bwz6 with SMTP id 6so1554895bwz.33 for ; Sat, 03 Apr 2010 03:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=4Z8nmB42BCCIOM1B45dZtH6xx+qxXCZ65vvV4N30sJc=; b=hfD0Ewgpr2ajsHJUA4Nj7aSLyCLGIX8zgRROSr129JkZ+fvCH/5R45nT/VcRYB6yat 8TY3R1AxwtS5DLbhdorH/ZToFf6InjWHTxXKJuep7IPNfk5//6bcZ9ho4auYCFfoJOyy ZKRbig5qvvquvAnlTYebHds/8L5sAz6xfpIm4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=O9Sjd74ATKyTAGB4vth1LsWJtJWpYkHseDtZ4QF7gshA4PPHZZTtSULpt/vXaoQdIE ygvhn8fADPXxxwJ2YE/TxCK1eEZsGtzZGiWH1j7uex7m4qxp8MO9g95TwplqJkLILL7M 5OuNme4XxXjw5mVywNqa7bTj568Sa7+Hdhda4= Original-Received: by 10.204.46.149 with HTTP; Sat, 3 Apr 2010 03:04:28 -0700 (PDT) Original-Received: by 10.204.15.23 with SMTP id i23mr3947224bka.106.1270289088257; Sat, 03 Apr 2010 03:04:48 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 03 Apr 2010 09:53:50 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13708 Archived-At: Hello, After two days of futile struggling with gnus, gnus manual, blogs, and tutorials, I decided to write to you. The situation is the following. I get my email with getmail, which delivers it in the ~/Maildir folder, using the maildir format. Now I would like to use maildir as a mail source, and nnmaildir as select method. Thus I've configured gnus in the following way: (setq gnus-select-method '(nnmaildir "mymailbox" (directory "~/Mail/")) mail-sources '((maildir :path "~/Maildir/" :subdirs ("cur" "new"))) mail-source-delete-incoming t ) But all I see is the groups 9: nndoc+gnus-help:gnus-help *: nndraft:queue *: nndraft:drafts What I'm I missing? Thanks in advance, Damian.