Gnus development mailing list
 help / color / mirror / Atom feed
From: "Xavier Maillard" <lists.emacs.gnus@xavier.maillard.im>
To: lists.emacs.gnus@xavier.maillard.im
Cc: ding@gnus.org
Subject: Re: Gnus as my Fastmail main client
Date: Wed, 11 Nov 2015 08:57:34 +0100	[thread overview]
Message-ID: <m04mgtt1ch.fsf@kcals.intra.maillard.im> (raw)
In-Reply-To: <87h9kty5m2.fsf@gnu.org> (Tassilo Horn's message of "Tue, 10 Nov 2015 21:14:13 +0100")

Tassilo Horn <tsdh@gnu.org> writes:

> lists.emacs.gnus@xavier.maillard.im writes:
>
>>  => how can I choose my INBOX.Sent Items group as my archive group (I
>>  have tried many syntaxes but none worked)
>
> I use `gnus-parameters' with `gcc-self' for that, e.g., there's this
> entry
>
> 	(,(rx "nnimap+Fastmail:INBOX.mailinglists.")
> 	 (gcc-self "nnml+archive:sent-mails" "nnimap+Fastmail:INBOX.Sent Items")
> 	 (gnus-use-scoring t)
> 	 (subscribed . t)
> 	 (gnus-add-to-list t)
> 	 ;; Automatically expire (delete!) messages after one year.
> 	 (total-expire . t)
> 	 (expiry-wait . 365)
> 	 (expiry-target . delete))
>
> for my mailinglist groups.

Is it different than:

 (setq gnus-message-archive-group
	'((if (message-news-p)
	      "misc-news"
	    "nnimap+Local:INBOX.Sent Items")))

>>  => What is the difference between gnus-parameters and
>>  gnus-group-parameters ?
>
> `gnus-parameters' are frequently called group parameters, and there is
> no variable gnus-group-parameters.

Ok, understand. Where are stored settings when using G c in the Group buffer ?
They do not appear in the `gnus-parameters' variable.

Thank you

-- Xavier




  reply	other threads:[~2015-11-11  7:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-10  6:03 lists.emacs.gnus
2015-11-10 20:14 ` Tassilo Horn
2015-11-11  7:57   ` Xavier Maillard [this message]
2015-11-11 20:02     ` Tassilo Horn
2015-11-11 20:48       ` lists.emacs.gnus
2015-11-12  4:36       ` Xavier Maillard
2015-11-10 14:27 Peter Davis

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=m04mgtt1ch.fsf@kcals.intra.maillard.im \
    --to=lists.emacs.gnus@xavier.maillard.im \
    --cc=ding@gnus.org \
    /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).