From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.help Subject: Splitting nnmaildir groups Date: Mon, 24 Oct 2022 19:11:52 +0600 Message-ID: <87fsfdqsbr.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34198"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 24 15:26:42 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1omxTV-0008eH-HD for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 24 Oct 2022 15:26:41 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1omxKG-0007MH-64; Mon, 24 Oct 2022 09:17:08 -0400 Original-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 1omxKD-0007LI-3J for help-gnu-emacs@gnu.org; Mon, 24 Oct 2022 09:17:05 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omxKA-00022U-Tq for help-gnu-emacs@gnu.org; Mon, 24 Oct 2022 09:17:04 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A448D4E30A for ; Mon, 24 Oct 2022 15:17:00 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JYSEsi6sIU0Q for ; Mon, 24 Oct 2022 15:16:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666617277; bh=s0L9VbdlbVXN8/0PLEMQYKmW28p3C/7HfJqcmGL/e8A=; h=From:To:Subject:Date; b=UJAbUYraQPgzjXp5PvYizRNDiLKKwlphcRFdrWQKB/1pTEvW88IbyK05j5n5ocPir QA2q45WMmgyiKTu1E3VE0oUgU/6Z2VWUEOM2ANC7O6fRZcD+ry/DE9IyvhN5l5S1j7 r+81fXFSWxcdbYPfJUKM+thsz1UWRDNRkRNDxcwjTVTlGu9ReWuK30RA0BaWbiFTQc r/xpQeKNlvVItMy5+N9SsnE8iza8y5Aa4tF8EcUR+mBa5VgFyr96To0SHc4zm3poII M0d8z4bccrDqaYbyHFlEb9KALlfuA6+rJk2hZCOFAcjLin3+uu/v1PXzZvwzfZ8/Xs YCLMusCyWlwIQ== Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "help-gnu-emacs" Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140316 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable [ This is a correction of my previous message with wrong subject. I actually wanted to mean nnmaildir, not nnmailbox. Sorry for the mistake. ] I have subscribed to some high volume mailing lists, and I some miss important messages within those less important message. How to split nnmaildir groups? I download my mails with mbsync and have the following select methods: =2D-8<---------------cut here---------------start------------->8--- (setq gnus-select-method '(nnnil "")) (setq gnus-secondary-select-methods '((nnmaildir "disroot" (directory "~/Documents/mail/akib@disroot.org/")) (nnmaildir "gmail" (directory "~/Documents/mail/akib8492@gmail.com-gnus/")))) =2D-8<---------------cut here---------------end--------------->8--- And the split rules: =2D-8<---------------cut here---------------start------------->8--- (setq nnmail-split-methods #'nnmail-split-fancy) (setq nnmail-split-fancy '(| "mail.other")) =2D-8<---------------cut here---------------end--------------->8--- Thanks in advance. =2D-=20 Akib Azmain Turja Find me on Mastodon at @akib@hostux.social, and on Codeberg (user "akib"). This message is signed by me with my GnuPG key. Its fingerprint is: 7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmNWjxkACgkQVTX89U2I YWsgzg/+PRjrkcG6bC5/PdCULZ2UgsC8b4C2CIXaIrHbu8n2U+ydUtznsdJMKKqU faM8yvOUaNyi20LRp0aF2igYrvtf48LfMy88la8jNYlMymMMrQa84b/+XYP2fTJW VPIpsI1Nm/dJ5sMoxu+zu7LGSw05nz5OSdowCoDHtT0/KKGknMgHm6SiMjVG8eiJ n2GRbLO9swjNsrdCF2HBLCJILwu0IsEEI0X7m0+U8aV82ZR7zCTBF/cEI/B2guSP yhdb49/LOzQelmtkE3NKt3G7PjgrWE+sRHg1QekwA3BGs2bOJZchfI3rGopjAv76 uMBB1e3dfCyTwG53ffAMQTlEOQOAY3JPKl0kbrEA7IrqsYPFFYPxOicOJ1V4Y7Vk GS507IA+7wy6Ege/CseANGY4XGPzMNV0Y00FM1/J17N5MowB3Z/1ituCwTx+CV5u t+YT0MtGKqT53Slv0Te36yA8qKBoIafRQCgXaB86Ir5IAc7X1UZl8K7etCduhQSj OC11G5A7Ix9m2qP1yUvtkItleFTGD1KUgs89P6wWr5Lp3+VwFg8ZDh5KW3UEbJ5+ kWRlyFBoX58iB0T+GB446oPuxSMX10k1kQJGrG0R+IPc9zTxsaEFpSDvZiZGqNFv x6ILRtcOp00d+6aiiQT24oUDP1JeIK2Tm8p95V3CQ30vml8/Pb0= =/3Uv -----END PGP SIGNATURE----- --=-=-=--