From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18997 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split bug? Date: 20 Nov 1998 16:34:12 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5251-Fri20Nov1998095035-0500-ndw@nwalsh.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157427 9270 80.91.224.250 (20 Oct 2002 23:43:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:43:47 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA11205 for ; Fri, 20 Nov 1998 10:34:41 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB21545; Fri, 20 Nov 1998 09:34:34 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 20 Nov 1998 09:34:32 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA24750 for ; Fri, 20 Nov 1998 09:34:24 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA11194 for ; Fri, 20 Nov 1998 10:34:15 -0500 (EST) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id QAA02610 for ; Fri, 20 Nov 1998 16:34:14 +0100 (MET) Original-Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id QAA29228; Fri, 20 Nov 1998 16:34:12 +0100 Original-To: ding@gnus.org In-Reply-To: Norman Walsh's message of "Fri, 20 Nov 1998 09:50:35 -0500" Original-Lines: 24 User-Agent: Gnus/5.070052 (Pterodactyl Gnus v0.52) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18997 Norman Walsh writes: > In an effort to get more complete threads, I've started to CC > myself on mail. I want these messages to go into the right > folder, regardless of what split criteria got the initial > message into its folder. I use Gcc to put the outgoing message into the current folder. That's what you want, right? ,----- | (defun kai-gnus-outgoing-message-group () | (cond ((and gnus-newsgroup-name | (stringp gnus-newsgroup-name) | (not (string= "" gnus-newsgroup-name)) | (string-match "^nnml:" gnus-newsgroup-name)) | gnus-newsgroup-name) | (t "nnml:inbox"))) | (setq gnus-outgoing-message-group 'kai-gnus-outgoing-message-group) `----- kai -- Life is hard and then you die.