From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 18 03:52:18 2019 Received: (at submit) by debbugs.gnu.org; 18 Oct 2019 07:52:19 +0000 Received: from localhost ([127.0.0.1]:49221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLN3a-0001Az-Jg for submit@debbugs.gnu.org; Fri, 18 Oct 2019 03:52:18 -0400 Received: from bumble.birch.relay.mailchannels.net ([23.83.209.25]:48325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLN3Y-0001An-10 for submit@debbugs.gnu.org; Fri, 18 Oct 2019 03:52:17 -0400 X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 964618C198E for ; Fri, 18 Oct 2019 07:52:14 +0000 (UTC) Received: from pdx1-sub0-mail-a34.g.dreamhost.com (100-96-84-88.trex.outbound.svc.cluster.local [100.96.84.88]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 30D7C8C058F for ; Fri, 18 Oct 2019 07:52:14 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a34.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Fri, 18 Oct 2019 07:52:14 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Ruddy-Thoughtful: 742bfc772c233095_1571385134387_2054500665 X-MC-Loop-Signature: 1571385134387:2917828200 X-MC-Ingress-Time: 1571385134386 Received: from pdx1-sub0-mail-a34.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a34.g.dreamhost.com (Postfix) with ESMTP id EB5C499910 for ; Fri, 18 Oct 2019 00:52:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=rpT2tIjEK9ZW/5DFBdwKN2qdPHs=; b=lefKHeom//BYJKF9 fxWzYQmMHvARz8aeL4cL3Th3FOaoWHqqad+dr/AsX+FwPP8JeC0kX73auxz+rGtY DjHpivnBSMj0eqRP2eGl9m6gALWQlf5LUgpMZmKw3GtZqNg9oe6s/MykTEVfWEVz kGSH454mz+DvllrxxdjVFt35rMk= Received: from jidanni.org (39-10-37-167.adsl.fetnet.net [39.10.37.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by pdx1-sub0-mail-a34.g.dreamhost.com (Postfix) with ESMTPSA id 8812899920 for ; Fri, 18 Oct 2019 00:52:08 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a34 From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: gnus-summary-sort-by-fill-in-your-favorite-header X-Debbugs-Version: 5.13 X-Debbugs-Package: emacs,gnus Date: Fri, 18 Oct 2019 15:52:02 +0800 Message-ID: <87tv86lcd9.7.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Currently there is C-c C-s C-a gnus-summary-sort-by-author C-c C-s C-c gnus-summary-sort-by-chars C-c C-s C-d gnus-summary-sort-by-date C-c C-s TAB gnus-summary-sort-by-score C-c C-s C-l gnus-summary-sort-by-lines C-c C-s C-n gnus-summary-sort-by-number C-c C-s C-o gnus-summary-sort-by-original C-c C-s C-r gnus-summary-sort-by-random C-c C-s C-s gnus-summary-sort-by-subject C-c C-s C-t gnus-summary-sort-by-recipient Well, there also should be C-c C-s C-f gnus-summary-sort-by-fill-in-your-favorite-header Which prompts for and perhaps tab expands a header name. That way, the user, without needing to write any code, could e.g., search for all the messages with a Gnus-Warning header. Thus grouping together all the messages he wants to delete from bug #32383 . (And even if Gnus-Warning isn't a real header, it would still be handy to have this command.) From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 18 06:00:33 2019 Received: (at 37805) by debbugs.gnu.org; 18 Oct 2019 10:00:33 +0000 Received: from localhost ([127.0.0.1]:49421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLP3h-0004eb-5h for submit@debbugs.gnu.org; Fri, 18 Oct 2019 06:00:33 -0400 Received: from mail-wm1-f44.google.com ([209.85.128.44]:53979) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLP3f-0004eM-OV for 37805@debbugs.gnu.org; Fri, 18 Oct 2019 06:00:32 -0400 Received: by mail-wm1-f44.google.com with SMTP id i16so5524285wmd.3 for <37805@debbugs.gnu.org>; Fri, 18 Oct 2019 03:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:mail-copies-to:gmane-reply-to-list :date:in-reply-to:message-id:mime-version:content-transfer-encoding; bh=hwqBOxLQwKrYeGkN2jR9LRnjcIiRb+zJgZA/A5tOu0M=; b=BKPlKFzI1hhPDESuLi6a2J3xa1eWtHREaCMVXM0R4HwDNjqK4sIhpivwo9KHwD5CnU HUu5RNFU79rqjY+8hh+/EDw1n+l3dHCwleH0hw5bkkk9pmKtGLpGGiEzCbvN04vIyGsI VowYFVRkKLwXrHeQ6QpAO1phZb6XkH3eMqxSdgPt7Ncn+m/HlTY8erQo7DQMoSJfsb6C 6KS1DwJ+2NzoHO0SzPdndv40onNA6uOXxkudffRIOtFf8HEA1HIf2uy/cz7qq+Q4CSX3 66PmsMNYZp/QpcoF2pwN6/jELgZmWUGbFsJcWTrf2zPNMH2FJDEnlZzXAJBtV5gLPBGV INdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:mail-copies-to :gmane-reply-to-list:date:in-reply-to:message-id:mime-version :content-transfer-encoding; bh=hwqBOxLQwKrYeGkN2jR9LRnjcIiRb+zJgZA/A5tOu0M=; b=P4Ec2EQIpw4qDNP4P4H6lfxeYw6PuYovWWxFSwqkYjoqKzcmyBMiL9Fu9M7lXDcsQY Nznoatu1fKEnIpoO67XA8nO76LFhy4TdNLVN/iqFomIKwK3k+7hK8R031q03xrEcz238 ANNrw1y6iN/6IYdW5wBbzMmgNLF98ZC9ckX/BqkdPPKVZTSuFpOCEN0YlXQQJJlTKpIU gVcUiiZZXlj00454KS6tGHUkLBcDPf9lua5NAMTkv21gUrJgqzFztO8zYJ/JKG67XHKP k5CFGjUK2aJfh4PPC9E4xSReqPmbbNwAdsTadtlC4f1O0BsW3P3CsDkbUzpaFGxAU+Ah NFNg== X-Gm-Message-State: APjAAAXEiJUyH6FJfa8EbaBc3kwKiI7qsvvgpFioc3j18nKIbCHVFGod uAJWdV9aRN8CA2fRBPu2G4jbbUS0NF0= X-Google-Smtp-Source: APXvYqym+DhTSdYvTvyiGkyFy6EA1kjrTx96GvuLRIsk6AOP9PyuWRC2fOSdFxU+B7uYpQSrRpwxIw== X-Received: by 2002:a1c:9ecf:: with SMTP id h198mr6710798wme.45.1571392825349; Fri, 18 Oct 2019 03:00:25 -0700 (PDT) Received: from rpluim-mac ([149.5.228.1]) by smtp.gmail.com with ESMTPSA id o19sm5897618wmh.27.2019.10.18.03.00.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Oct 2019 03:00:24 -0700 (PDT) From: Robert Pluim To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: bug#37805: gnus-summary-sort-by-fill-in-your-favorite-header References: <87tv86lcd9.7.fsf@jidanni.org> X-Debbugs-No-Ack: yes Mail-Copies-To: never Gmane-Reply-To-List: yes Date: Fri, 18 Oct 2019 12:00:23 +0200 In-Reply-To: <87tv86lcd9.7.fsf@jidanni.org> (=?utf-8?B?IuepjeS4ueWwvA==?= Dan Jacobson"'s message of "Fri, 18 Oct 2019 15:52:02 +0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37805 Cc: 37805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>>>> On Fri, 18 Oct 2019 15:52:02 +0800, =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan J= acobson said: =E7=A9=8D=E4=B8=B9=E5=B0=BC> Well, there also should be =E7=A9=8D=E4=B8=B9=E5=B0=BC> C-c C-s C-f gnus-summary-sort-by-fill-in-y= our-favorite-header =E7=A9=8D=E4=B8=B9=E5=B0=BC> Which prompts for and perhaps tab expands = a header name. =E7=A9=8D=E4=B8=B9=E5=B0=BC> That way, the user, without needing to wri= te any code, could e.g., =E7=A9=8D=E4=B8=B9=E5=B0=BC> search for all the messages with a Gnus-Wa= rning header. Thus grouping =E7=A9=8D=E4=B8=B9=E5=B0=BC> together all the messages he wants to dele= te from bug #32383 . =E7=A9=8D=E4=B8=B9=E5=B0=BC> (And even if Gnus-Warning isn't a real hea= der, it would still be handy =E7=A9=8D=E4=B8=B9=E5=B0=BC> to have this command.) Not quite what you asked for, but that particular use case can be done with 'gnus-summary-limit-to-extra' Robert From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 04:38:37 2019 Received: (at 37805) by debbugs.gnu.org; 19 Oct 2019 08:38:37 +0000 Received: from localhost ([127.0.0.1]:51936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkFx-0005A3-65 for submit@debbugs.gnu.org; Sat, 19 Oct 2019 04:38:37 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkFw-00059w-2U for 37805@debbugs.gnu.org; Sat, 19 Oct 2019 04:38:36 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iLkFs-0003vm-0z; Sat, 19 Oct 2019 10:38:34 +0200 From: Lars Ingebrigtsen To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: bug#37805: gnus-summary-sort-by-fill-in-your-favorite-header References: <87tv86lcd9.7.fsf@jidanni.org> Date: Sat, 19 Oct 2019 10:38:31 +0200 In-Reply-To: (Robert Pluim's message of "Fri, 18 Oct 2019 12:00:23 +0200") Message-ID: <87lfthgmew.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Robert Pluim writes: > 積丹尼> Well, there also should be > 積丹尼> C-c C-s C-f gnus-summary-sort-by-fill-in-your-favorite-header > > 積丹尼> Which prompts for and perhaps tab expands a header name. > > 積丹尼 [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37805 Cc: 37805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Robert Pluim writes: > =E7=A9=8D=E4=B8=B9=E5=B0=BC> Well, there also should be > =E7=A9=8D=E4=B8=B9=E5=B0=BC> C-c C-s C-f gnus-summary-sort-by-fill-in= -your-favorite-header > > =E7=A9=8D=E4=B8=B9=E5=B0=BC> Which prompts for and perhaps tab expand= s a header name. > > =E7=A9=8D=E4=B8=B9=E5=B0=BC> That way, the user, without needing to w= rite any code, could e.g., > =E7=A9=8D=E4=B8=B9=E5=B0=BC> search for all the messages with a Gnus-= Warning > =E7=A9=8D=E4=B8=B9=E5=B0=BC> header. Thus grouping > =E7=A9=8D=E4=B8=B9=E5=B0=BC> together all the messages he wants to de= lete from bug #32383 . > > =E7=A9=8D=E4=B8=B9=E5=B0=BC> (And even if Gnus-Warning isn't a real h= eader, it would > =E7=A9=8D=E4=B8=B9=E5=B0=BC> still be handy > =E7=A9=8D=E4=B8=B9=E5=B0=BC> to have this command.) > > Not quite what you asked for, but that particular use case can be done > with 'gnus-summary-limit-to-extra' Yeah, I think that's sufficient here, and I'm closing this bug report. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 04:38:43 2019 Received: (at control) by debbugs.gnu.org; 19 Oct 2019 08:38:43 +0000 Received: from localhost ([127.0.0.1]:51939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkG0-0005AK-Fp for submit@debbugs.gnu.org; Sat, 19 Oct 2019 04:38:43 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkFz-0005AC-1m for control@debbugs.gnu.org; Sat, 19 Oct 2019 04:38:39 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iLkFw-0003vz-DB for control@debbugs.gnu.org; Sat, 19 Oct 2019 10:38:38 +0200 Date: Sat, 19 Oct 2019 10:38:36 +0200 Message-Id: <87k191gmer.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #37805 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 37805 wontfix close 37805 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 37805 wontfix close 37805 quit From unknown Sat Jun 21 10:37:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 Nov 2019 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator