From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9149 Path: news.gmane.org!not-for-mail From: Ashish Shukla Newsgroups: gmane.emacs.gnus.user Subject: Unable to properly configure Maildir with Gnus ? Date: Sat, 09 Jun 2007 21:08:59 -0000 Organization: http://groups.google.com Message-ID: <1181423339.790440.133200@d30g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1181482379 347 80.91.229.12 (10 Jun 2007 13:32:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2007 13:32:59 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jun 10 15:32:58 2007 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.50) id 1HxNXM-0001EK-Gp for gegu-info-gnus-english@m.gmane.org; Sun, 10 Jun 2007 15:32:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxNXM-0002YM-42 for gegu-info-gnus-english@m.gmane.org; Sun, 10 Jun 2007 09:32:56 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d30g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 30 Original-NNTP-Posting-Host: 122.163.223.164 Original-X-Trace: posting.google.com 1181423340 19590 127.0.0.1 (9 Jun 2007 21:09:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 9 Jun 2007 21:09:00 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070603 Fedora/2.0.0.4-2.fc7 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d30g2000prg.googlegroups.com; posting-host=122.163.223.164; posting-account=XQi6-g0AAAC1t67KwKV5WovL6vl1zuBm Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79325 X-Mailman-Approved-At: Sun, 10 Jun 2007 09:32:52 -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:9149 Archived-At: Hi, I've just started using Gnus. I'm using "fetchmail" to fetch my mails and push it to local MTA, which delivers incoming mails to "~/ Maildir" . I'm also using Mutt and Kmail, both configured with Maildir backends. All my mail folders are stored in "~/mail" as "Maildir", and are shared between Mutt and Kmail. Now I wanted to use Gnus as well, so I wrote following basic ".gnus": -- begin .gnus -- (setq mail-source '((maildir))) (setq gnus-select-method '(nnnil)) (setq gnus-secondary-select-methods '((nnmaildir "" (directory "~/ mail")))) (setq nnmail-split-methods '(("sent-mail" "^From:.*wahjava@") ("lists" "^List-Id: ") ("inbox") (""))) -- end .gnus -- Now with above .gnus I'm able to see all my mail folders and mails in Gnus, but I'm not able to view any new mail delivered in "~/Maildir/ new" by fetchmail. Any ideas what I'm missing above ? I'm using Gnus v5.11 in GNU Emacs 22.0.990.1 in Fedora 7 (amd64) . Thanks in advance. Ashish Shukla