From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50375 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-copy-article: choose group based on sender? Date: Tue, 25 Feb 2003 07:51:27 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <84k7fo4zv4.fsf@lucy.is.informatik.uni-duisburg.de> References: <20030225021003.89151.qmail@web10305.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046159455 9728 80.91.224.249 (25 Feb 2003 07:50:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2003 07:50:55 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nZrT-0002W2-00 for ; Tue, 25 Feb 2003 08:50:47 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18nZpr-0000lG-00; Tue, 25 Feb 2003 01:49:07 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 25 Feb 2003 01:50:05 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA08736 for ; Tue, 25 Feb 2003 01:49:50 -0600 (CST) Original-Received: (qmail 46031 invoked by alias); 25 Feb 2003 07:48:47 -0000 Original-Received: (qmail 46026 invoked from network); 25 Feb 2003 07:48:47 -0000 Original-Received: from perikles.informatik.uni-duisburg.de (134.91.35.3) by 66.230.238.6 with SMTP; 25 Feb 2003 07:48:47 -0000 Original-Received: from lucy.is.informatik.uni-duisburg.de (postfix@lucy.is.informatik.uni-duisburg.de [134.91.35.216]) by perikles.informatik.uni-duisburg.de (8.12.2/8.12.2) with ESMTP id h1P7nUKH383858; Tue, 25 Feb 2003 08:49:36 +0100 (CET) Original-Received: by lucy.is.informatik.uni-duisburg.de (Postfix, from userid 1003) id BFB53439E5; Tue, 25 Feb 2003 08:47:36 +0100 (CET) Original-To: Graham Guttocks In-Reply-To: <20030225021003.89151.qmail@web10305.mail.yahoo.com> (Graham Guttocks's message of "Tue, 25 Feb 2003 15:10:03 +1300 (NZDT)") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50375 Graham Guttocks writes: > This is what I have in my .gnus: > > (defun sender-save-name (group) > (concat "nnml:save." > (car (mail-header-parse-address > (mail-fetch-field "from"))))) > > (setq gnus-move-split-methods > '((sender-save-name))) > > Why is the News directory even in the picture, and how can I get rid > of it? I just want the literal "nnml:save.kai@frob.org". There are variables gnus-split-methods and gnus-move-split-methods, where the former specifies filenames (for the `o' command, I guess) and the latter specifies group names (for `B m'). The above behavior could be explained if you have set gnus-split-methods to a similar value and use `o' or one of the `O' commands instead of `B m'. If that wasn't it, I have no idea. -- A preposition is not a good thing to end a sentence with.