From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5669 Path: news.gmane.org!not-for-mail From: romeomedina@libero.it Newsgroups: gmane.emacs.gnus.user Subject: nnml directory customization Date: 11 Sep 2005 09:12:49 -0700 Organization: http://groups.google.com Message-ID: <1126455169.075131.151860@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1138671355 28381 80.91.229.2 (31 Jan 2006 01:35:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:35:55 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:39 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!news.nask.pl!newsfeed.pionier.net.pl!news.glorb.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 151.26.101.115 Original-X-Trace: posting.google.com 1126455174 8397 127.0.0.1 (11 Sep 2005 16:12:54 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 11 Sep 2005 16:12:54 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=151.26.101.115; posting-account=jAR8oAwAAAAzWEZi_PGTqTf56RwG205B Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5811 Original-Lines: 28 X-Gnus-Article-Number: 5811 Tue Jan 17 17:35:39 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5669 Archived-At: Hi. If I put in my ~/.gnus.el the following: (setq gnus-select-method '(nnml "" (nnml-directory "/path/to/my/nnml/directory"))) , everything seems to be all right: I get no error messages. Instead, if I first put the following line: (setq my-nnml-directory "/path/to/my/nnml/directory") and then: (setq gnus-select-method '(nnml "" (nnml-directory my-nnml-directory))) , when starting gnus I get the following error message: nnml () open error: ''. Continue? (y or n) . Why? Any idea? Thanks, Rodolfo