From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5965 invoked from network); 22 Dec 2021 23:05:07 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 22 Dec 2021 23:05:07 -0000 Received: from localhost ([::1]:43358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0AfP-0003Vd-Aw for ml@inbox.vuxu.org; Wed, 22 Dec 2021 18:05:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0AfI-0003UR-JM for info-gnus-english@gnu.org; Wed, 22 Dec 2021 18:04:56 -0500 Received: from ciao.gmane.io ([116.202.254.214]:36274) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0AfG-0003Tc-La for info-gnus-english@gnu.org; Wed, 22 Dec 2021 18:04:56 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n0AfD-0007b7-Ne for info-gnus-english@gnu.org; Thu, 23 Dec 2021 00:04:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: Eric Abrahamsen Subject: Re: How to do you manage Threads, your inbox, your sent folder, your archive Date: Wed, 22 Dec 2021 15:04:43 -0800 Message-ID: <87bl188cms.fsf@ericabrahamsen.net> References: <87ilvi7rrs.fsf@onenetbeyond.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:qE8QMwk51RxSMK94sFu38F1xHxw= Received-SPF: pass client-ip=116.202.254.214; envelope-from=gegu-info-gnus-english@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "info-gnus-english" dal-blazej@onenetbeyond.org writes: > Hi, > > I was reading : > https://libredd.it/r/emacs/comments/rhxfqx/threaded_and_syncced_emails_with_gnus_how_can_i/ > > I come from mu4e. With mu4e I never had to worry about threads, I could > enable or disable their display with a keybinding and that's was > it. Simpler times without sieve and dovecot. > > With gnus, I am a bit confuse. > > We have the variable `gnus-message-archive-method' and > `gnus-message-archive-group' to archive sent mails. > > We have also `gnus-posting-styles' to fill headers when composing a > mail, to eg, CC, BCC or GCC (what does exactly means GCC?), eventually > to myself or one of my folders. > > Then we can set `gnus-parameters' to `gcc-self' for some groups (but > here I am lost). > > In top of that if you use gmane.io, as another secondary method than you > imap/pop mail server, you eventually have to tweak > `gnus-refer-thread-use-search' to t and `gnus-refer-article-method' to > (something ?) to be able to retrieve your threads between back-ends. > > Is it possible to archive the whole threads of whom I initiate/reply ? > > What do you do with all theses variables ? > > For reference in my excursion in gnus, I read the dotfiles of jao and > jwiegley, if you'are kind enough to share yours, thank's you. It's hard to tell exactly what you're asking here: threads and archiving are completely separate concerns. I'm not sure what you mean by "archiving the whole threads". Archiving says what to do with your sent messages. By default, the `gnus-message-archive-method' and `gnus-message-archive-group' options will be combined to indicate where your sent messages should go. If any outgoing message has a GCC header, the sent message will be saved to that method+group instead, and the previous two options will be ignored. That's about sent messages. Threads... are just threads. You can toggle thread display with C-M-t. Are you asking about including your sent messages in the thread display? If you set `gnus-refer-thread-use-search' to t, Gnus will look in all groups in the current server for messages that belong to this thread, and pull them in. Your archive server will be different from gmane.io, but if you use "A T" in a gmane group, your own messages to the thread will also be fetched (from gmane, not from your archive server), so you'll still see the whole conversation. That's my best guess as to what you're after! Let me know what further questions you've got. Eric