From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: xeon Mailinglist Newsgroups: gmane.emacs.help Subject: read emails from a Maildir in gnus Date: Wed, 15 Jan 2014 02:35:06 -0800 (PST) Message-ID: <2d6c7ae2-7e0b-4d2d-ad96-d4f9c6c2b9b8@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389795805 9472 80.91.229.3 (15 Jan 2014 14:23:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2014 14:23:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 15 15:23:31 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 1W3RNS-0007v1-7R for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jan 2014 15:23:30 +0100 Original-Received: from localhost ([::1]:55143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RNR-0005JI-QB for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jan 2014 09:23:29 -0500 X-Received: by 10.236.84.239 with SMTP id s75mr479674yhe.28.1389782107094; Wed, 15 Jan 2014 02:35:07 -0800 (PST) X-Received: by 10.49.106.131 with SMTP id gu3mr13315qeb.26.1389782107072; Wed, 15 Jan 2014 02:35:07 -0800 (PST) Original-Path: usenet.stanford.edu!p15no15717765qaj.0!news-out.google.com!gg4ni4085qab.0!nntp.google.com!6no11362620qao.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.117.18.101; posting-account=IKHdJQoAAABz_0Q3gk1ShAWN2geJ79T8 Original-NNTP-Posting-Host: 194.117.18.101 User-Agent: G2/1.0 Injection-Date: Wed, 15 Jan 2014 10:35:07 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203143 X-Mailman-Approved-At: Wed, 15 Jan 2014 09:17:21 -0500 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:95415 Archived-At: I have my email in a Maildir in the dir ~/Mail/xeonmailinglist . =E2=94=9C=E2=94=80=E2=94=80 cur =E2=94=9C=E2=94=80=E2=94=80 hadoop =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 cur =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 new =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 tmp =E2=94=9C=E2=94=80=E2=94=80 new =E2=94=94=E2=94=80=E2=94=80 tmp I set the .gnus to read the email from that dir, but the email don't appear= in the gnu? Why this happens? .gnus (setq ; gnus-select-method '(nnmaildir "mymailbox" (directory "~/Mail/xeonmailing= list")) mail-sources '((maildir :path "/home/xeon/Mail/xeonmailinglist/" :subdirs = ("cur" "new"))) mail-source-delete-incoming t ) (setq gnus-secondary-select-methods nil) ;(setq gnus-message-archive-group "nnmaildir+mymailbox:outbox") Thanks,