From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60752 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.gnus.general Subject: How to make gnus store received mail in the directory /mnt/windows? Date: Sun, 14 Aug 2005 22:33:57 +0000 (UTC) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124072600 28556 80.91.229.2 (15 Aug 2005 02:23:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2005 02:23:20 +0000 (UTC) Original-X-From: ding-owner+M9284=ding+2Daccount=gmane.org@lists.math.uh.edu Mon Aug 15 04:23:12 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4UcR-00042k-D8 for ding-account@gmane.org; Mon, 15 Aug 2005 04:22:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E4UcP-00068n-04 for ding-account@gmane.org; Sun, 14 Aug 2005 21:22:29 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E4R54-0005lO-00 for ding@lists.math.uh.edu; Sun, 14 Aug 2005 17:35:50 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E4R52-0008Kz-KC for ding@lists.math.uh.edu; Sun, 14 Aug 2005 17:35:48 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E4Q8x-0008H3-00 for ; Sun, 14 Aug 2005 23:35:47 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E4R3m-0003ms-OI for ding@gnus.org; Mon, 15 Aug 2005 00:34:30 +0200 Original-Received: from ppp-68-49.26-151.libero.it ([151.26.49.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Aug 2005 00:34:30 +0200 Original-Received: from romeomedina by ppp-68-49.26-151.libero.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Aug 2005 00:34:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 151.26.49.68 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804) X-Spam-Score: -4.7 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60752 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