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

"Xavier Maillard" <lists.emacs.gnus@xavier.maillard.im> writes:

>> 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")))

It's more flexible.  I have 3 email accounts and therefore have 3
different server-side sent mail folders.  And as you can see above, I
also use multiple sent mail folders, one local and one remote, so that I
never ever lose a mail due to a network problem.

>>>  => 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.

Ah, right.  I actually don't know better than somewhere in ~/News or
~/Mail, I just define `gnus-parameters' in my ~/.emacs.

Bye,
Tassilo



  reply	other threads:[~2015-11-11 20:02 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
2015-11-11 20:02     ` Tassilo Horn [this message]
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=87y4e4i9tw.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --cc=ding@gnus.org \
    --cc=lists.emacs.gnus@xavier.maillard.im \
    /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).