From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5534 Path: news.gmane.org!not-for-mail From: romeomedina@libero.it Newsgroups: gmane.emacs.gnus.user Subject: How to make gnus store received mail in the directory /mnt/windows? Date: 14 Aug 2005 04:38:56 -0700 Organization: http://groups.google.com Message-ID: <1124019536.726944.207760@g14g2000cwa.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 1138671231 27783 80.91.229.2 (31 Jan 2006 01:33:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:33:51 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:26 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!news.glorb.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 151.26.49.134 Original-X-Trace: posting.google.com 1124019540 23580 127.0.0.1 (14 Aug 2005 11:39:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 14 Aug 2005 11:39:00 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=151.26.49.134; posting-account=jAR8oAwAAAAzWEZi_PGTqTf56RwG205B Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5676 Original-Lines: 20 X-Gnus-Article-Number: 5676 Tue Jan 17 17:35:26 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5534 Archived-At: Hi. I want gnus to store my received mail in a certain directory, let's call it `/path/to/mydir'. To do so, I just put in my .gnus.el the following: (setq gnus-select-method '(nnml "received-mail" (nnml-directory "/path/to/mydir") )) , and it works fine. Now, the problem is that the desired directory is /mnt/windows, and gnus refuses to store mail there, maybe because of a matter of permissions. But the command `$ ls -l /mnt' shows that the dir /mnt/windows is writable by all users. How can I work the problem out? Thanks for any help, Rodolfo