From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60288 Path: news.gmane.org!not-for-mail From: Maciej Matysiak Newsgroups: gmane.emacs.gnus.general Subject: Re: Moving sent items Date: Thu, 12 May 2005 09:59:11 +0200 Organization: =?iso-8859-2?Q?gnu=B6ni?= ludzie Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115884686 17166 80.91.229.2 (12 May 2005 07:58:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 07:58:06 +0000 (UTC) Original-X-From: ding-owner+M8816@lists.math.uh.edu Thu May 12 09:58:04 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DW8ZQ-0004ge-I6 for ding-account@gmane.org; Thu, 12 May 2005 09:57:26 +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 1DW8gf-0004hR-00; Thu, 12 May 2005 03:04:53 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DW8gb-0004hM-00 for ding@lists.math.uh.edu; Thu, 12 May 2005 03:04:49 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DW8ga-0006dk-Pe for ding@lists.math.uh.edu; Thu, 12 May 2005 03:04:48 -0500 Original-Received: from ane67.internetdsl.tpnet.pl ([83.17.86.67] helo=umpa.wsc.pl) by quimby.gnus.org with smtp (Exim 3.35 #1 (Debian)) id 1DW8gZ-0000pD-00 for ; Thu, 12 May 2005 10:04:47 +0200 Original-Received: (qmail 14477 invoked by uid 666); 12 May 2005 08:04:46 -0000 Original-To: ding@gnus.org In-Reply-To: (flatman@swing.be's message of "Thu, 12 May 2005 08:44:27 +0200") X-No-Archive: yes Openpgp: id=23A5CB63 Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (Jumbo Shrimp) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-Gmane-Expiry: 2005-05-26 Xref: news.gmane.org gmane.emacs.gnus.general:60288 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60288 On the 12th of May 2005 at 08:44, Flatman wrote: > Is there a way to automatically move sent items to other groups ? You can set the `Gcc' target per group in gnus-posting-styles variable. Here's what I use: (setq gnus-posting-styles '((".*" (name "Maciej Matysiak") (signature " use gnus, not guns!")) (message-mail-p ("Gcc" (concat "nnml:sent-mail." (format-time-string "%Y-%m")))) (message-news-p ("Gcc" (concat "nnml:sent-news." (format-time-string "%Y-%m")))) [...] )) m.m. -- use gnus, not guns!