Gnus development mailing list
 help / color / mirror / Atom feed
From: Flatman <flatman@swing.be>
Subject: Re: Moving sent items
Date: Mon, 16 May 2005 22:14:36 +0200	[thread overview]
Message-ID: <m27jhzrkr7.fsf@flatsoft.no-ip.info> (raw)
In-Reply-To: <hhd5rwyiwg.fsf@blah.pl>

Maciej Matysiak <phoner.ding@blah.pl> writes:

> On the 12th of May 2005 at 08:44, Flatman <flatman#swing.be> 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!

I tried it with gnus-message-archive-group but couldn't get it working :-(
Any idea ?

(setq gnus-message-archive-group
      '((if (message-news-p)
	    ("nnml:sent-as-news")
	  (
	    '(("\\(friend1\\|friend2\\|friend3\\)" "nnml:Friends")
	    (".*" "nnml:sent-as-mail"))
	    ))))

Thanks
Erik




  reply	other threads:[~2005-05-16 20:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-12  6:44 Flatman
2005-05-12  7:53 ` Reiner Steib
2005-05-12  7:59 ` Maciej Matysiak
2005-05-16 20:14   ` Flatman [this message]
2005-05-18  5:50     ` Maciej Matysiak
2005-05-22  6:40       ` Flatman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m27jhzrkr7.fsf@flatsoft.no-ip.info \
    --to=flatman@swing.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).