From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=81lvar?= Ibeas Newsgroups: gmane.emacs.help Subject: RE: GNUS & nnmaildir Date: Thu, 31 Jul 2014 10:51:30 +0200 Message-ID: <87y4v9ewrx.fsf@minaya.santiago.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1406813602 6054 80.91.229.3 (31 Jul 2014 13:33:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 13:33:22 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 31 15:33:16 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 1XCqTp-0003NS-IY for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2014 15:33:13 +0200 Original-Received: from localhost ([::1]:56788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCqTp-0003IM-36 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2014 09:33:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCm6y-0000SG-BS for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 04:53:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCm6o-0000k0-W8 for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 04:53:20 -0400 Original-Received: from mhb01.unican.es ([193.144.193.151]:43870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCm6o-0000hB-Pz for help-gnu-emacs@gnu.org; Thu, 31 Jul 2014 04:53:10 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mhb01.unican.es (Postfix) with ESMTP id B94BD580B96 for ; Thu, 31 Jul 2014 10:52:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at unican.es Original-Received: from mhb01.unican.es ([127.0.0.1]) by localhost (mhb01.unican.es [127.0.0.1]) (amavisd-new, port 10025) with LMTP id PwTYmgy9uGqm for ; Thu, 31 Jul 2014 10:52:42 +0200 (CEST) Original-Received: from correouc.unican.es (CAS01.unican.es [193.144.193.213]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mhb01.unican.es (Postfix) with ESMTPS id 130075806C8 for ; Thu, 31 Jul 2014 10:52:42 +0200 (CEST) Original-Received: from minaya.santiago.es (193.144.189.42) by correouc.unican.es (193.144.193.212) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 31 Jul 2014 10:51:31 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Originating-IP: [193.144.189.42] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 193.144.193.151 X-Mailman-Approved-At: Thu, 31 Jul 2014 09:11:30 -0400 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:99023 Archived-At: --=-=-= Content-Type: text/plain Hi, For just reading mail, this minimalistic .gnus.el should do the trick: --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=".gnus.el" Content-Description: .gnus.el (setq gnus-select-method '(nnnil "")) (setq gnus-secondary-select-methods '((nnmaildir "local" (directory "~/maildir")))) --=-=-=--