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_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19804 invoked from network); 24 Oct 2022 22:20:49 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 24 Oct 2022 22:20:49 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1on5nk-0000x5-5A; Mon, 24 Oct 2022 18:20:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1on5ni-0000wj-1w for info-gnus-english@gnu.org; Mon, 24 Oct 2022 18:20:06 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1on5ng-0006la-7T for info-gnus-english@gnu.org; Mon, 24 Oct 2022 18:20:05 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1on5ne-0001DC-6c for info-gnus-english@gnu.org; Tue, 25 Oct 2022 00:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org Subject: New to GNUS troubles in figuring how to get rings rolling Date: Tue, 25 Oct 2022 01:10:38 +0300 Message-ID: <87y1t498kh.fsf@thaodan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:CWqTyqhVujjxDUMnv70NzDoEOXI= 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: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, 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: , Sender: "info-gnus-english" Reply-to: =?utf-8?Q?Bj=C3=B6rn_Bidar?= From: =?utf-8?Q?Bj=C3=B6rn_Bidar?= via "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Hey, I have been working on having Emails working inside Emacs. I've looked into a few solutions which seem to be the most used. These were offline mail solutions such as mu4e, those that can fetch mail themselves like gnus or wanderlust. My current setup is that I have multiple clients that all connect over imap. I want always sync the status of a message back to imap. My imap server is a self hosted dovecot with postfix to send messages. I'm trying gnus right now and faced some issues that I don't know on how to continue on. These are mostly imap related. 1. How can I take the read status from imap into gnus and vice versa? 2. I tried to use ~nnimap-use-namespaces~ however it doesn't work. My mail server supports the extension however the folders aren't split accordingly. 3. Can I make gnus design less archiaric? 4. Can I make imap folders appear as groups by subfolder? E.g. if I have INBOX.Bar.Foo -> Bar will be a group. All in all it wasn't as bad as other said around the internet however the manual isn't as easy to digest: things are hard to find or out of date/not relevant to modern usage, this makes the manual harder to navigate. Have a great day, Björn