From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60565 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: problem with pop3 nnml and default dir Date: Fri, 15 Jul 2005 15:49:27 +0000 Message-ID: <87hdew9iig.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121435716 29590 80.91.229.2 (15 Jul 2005 13:55:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2005 13:55:16 +0000 (UTC) Original-X-From: ding-owner+M9093@lists.math.uh.edu Fri Jul 15 15:55:08 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtQdq-0008FO-3E for ding-account@gmane.org; Fri, 15 Jul 2005 15:54:14 +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 1DtQZq-0004n7-00; Fri, 15 Jul 2005 08:50:06 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DtQZm-0004n2-00 for ding@lists.math.uh.edu; Fri, 15 Jul 2005 08:50:02 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DtQZh-0005J8-BI for ding@lists.math.uh.edu; Fri, 15 Jul 2005 08:49:57 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DtQZg-0007bZ-00 for ; Fri, 15 Jul 2005 15:49:56 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 36 Original-NNTP-Posting-Host: maportatil10.quim.ucm.es Original-X-Trace: quimby.gnus.org 1121435396 29236 147.96.7.218 (15 Jul 2005 13:49:56 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 15 Jul 2005 13:49:56 +0000 (UTC) X-Hashcash: 1:20:050715:gnus.ding::cx1kQU+82TQVFye8:000000003Mnu User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:XnN6AAxJHK/ON1LiS4N5j7LynwI= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60565 Hello Most likely I misunderstand something fundamental. I want to read mail from a pop3 server and thought of using the following setting Until now I read some mail from a pop3 server by the following setting: (add-to-list 'gnus-secondary-select-methods '(nnfolder "/home/oub/Mail/Pop3-GMX")) (eval-after-load "mail-source" '(add-to-list 'mail-sources '(pop :server "blabl" :user "bloblo"))) That sort of works but gnus happily ignores the string "/home/oub/Mail/Pop3-GMX" it puts the mail in the file misc in /home/oub/Mail/mail (~/Mail) is the default message directory. How can I set a special directory or file for my pop3 messages? The documentation is not very helpful. Besides I now start to use the nnml backend. When I respool mail from my nndoc folders, they end up in the mail/misc directory, since this directory is the default for respooling but of course if I would like the nnml backend for pop3 I would end up in a mess since the directories for the pop3 and the default nnml group are the same, which variable would be useful or what do I miss here. Thanks Uwe Brauer