From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86272 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus as my Fastmail main client Date: Tue, 10 Nov 2015 21:14:13 +0100 Message-ID: <87h9kty5m2.fsf@gnu.org> References: <1447135421.1942225.434637537.74059D6A@webmail.messagingengine.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447186544 20486 80.91.229.3 (10 Nov 2015 20:15:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 20:15:44 +0000 (UTC) Cc: ding@gnus.org To: lists.emacs.gnus@xavier.maillard.im Original-X-From: ding-owner+M34504@lists.math.uh.edu Tue Nov 10 21:15:31 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZwFKD-0007f6-Sx for ding-account@gmane.org; Tue, 10 Nov 2015 21:15:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZwFJK-0002dB-7v; Tue, 10 Nov 2015 14:14:34 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZwFJH-0002ck-0m for ding@lists.math.uh.edu; Tue, 10 Nov 2015 14:14:31 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZwFJE-0002qU-NK for ding@lists.math.uh.edu; Tue, 10 Nov 2015 14:14:30 -0600 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ZwFJC-0004tp-Ii for ding@gnus.org; Tue, 10 Nov 2015 21:14:26 +0100 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C4F1C209EF for ; Tue, 10 Nov 2015 15:14:23 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Tue, 10 Nov 2015 15:14:23 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=7RnuDHm07M7KVKLHflOYHwHjHzk=; b=XmUH5 R40OdOfOyQmUt4KYtkd8G8MUdbFOlcJ8didPvhlvn5WpXhV+6UTflzcfoG/7pg0/ y+s9pndxT4vVyJEP5VItTJYsMxbcdZvNOImLpW+6Rs83GQouKEVi91lui8WXJH2n VBqEpBxosrhmks2MWg5v8xMS42nZutzIPImmsU= X-Sasl-enc: EqB6oAgfJhFdVQlWs0BTzSvVZ1eolka6e1qOZPWEoOg0 1447186463 Original-Received: from thinkpad-t440p (unknown [31.212.132.112]) by mail.messagingengine.com (Postfix) with ESMTPA id BD7C3680180; Tue, 10 Nov 2015 15:14:22 -0500 (EST) Mail-Followup-To: lists.emacs.gnus@xavier.maillard.im, ding@gnus.org In-Reply-To: <1447135421.1942225.434637537.74059D6A@webmail.messagingengine.com> (lists emacs gnus's message of "Tue, 10 Nov 2015 07:03:41 +0100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86272 Archived-At: 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. > => 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. Bye, Tassilo