From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73153 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C5=81ukasz?= Stelmach Newsgroups: gmane.emacs.gnus.general Subject: nnfolder-directory variable Date: Thu, 14 Oct 2010 23:24:05 +0200 Message-ID: <874ocowjre.fsf@kotik.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1287093176 4807 80.91.229.12 (14 Oct 2010 21:52:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2010 21:52:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21525@lists.math.uh.edu Thu Oct 14 23:52:55 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P6VjL-000629-47 for ding-account@gmane.org; Thu, 14 Oct 2010 23:52:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P6VjC-0002oy-2p; Thu, 14 Oct 2010 16:52:46 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P6VHh-0002fZ-O8 for ding@lists.math.uh.edu; Thu, 14 Oct 2010 16:24:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P6VHg-0002EM-CP for ding@lists.math.uh.edu; Thu, 14 Oct 2010 16:24:21 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P6VHf-0000Go-00 for ; Thu, 14 Oct 2010 23:24:19 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6VHa-000822-Vg for ding@gnus.org; Thu, 14 Oct 2010 23:24:14 +0200 Original-Received: from 213-238-74-85.adsl.inetia.pl ([213.238.74.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 23:24:14 +0200 Original-Received: from lukasz.stelmach by 213-238-74-85.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 23:24:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 213-238-74-85.adsl.inetia.pl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:TWax7T99AnDPJ96TTbLLPPSToIU= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73153 Archived-At: Hi. I am trying, with some success, develope nnmairix so it can jump to (`$ o') message stored in groups stored "on" an nnfolder server. (I'am working with nnmairix-get-group-from-file-path function at the moment.) I have one in my set up: (setq gnus-secondary-select-methods '((nnfolder "Mail"))) As you can see I have to learn the directory from somewhere else than the server setup. There is the nnfolder-directory global variable but, to my surprise, it changes every time I open a group "on" a different nnfolder server. Right after Gnus starts its value is "~/Mail/archive/". When I enter nnfolder+Mail:INBOX, it becomes "~/Mail/". But as soon as I open "nnfolder+archive:sent-news" it is "~/Mail/archive/" back again. Now there is message-directory variable but I think (am I wrong?) I should not use it. What's going on? Why the nnfolder changes? Where to find the current default value of the nnfolder-directory? -- Miłego dnia, Łukasz Stelmach