From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28886 Path: main.gmane.org!not-for-mail From: Julien GILLES Newsgroups: gmane.emacs.gnus.general Subject: Re: My first lisp function for Gnus Date: 21 Jan 2000 13:54:25 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165654 32144 80.91.224.250 (21 Oct 2002 02:00:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:00:54 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id E9378D051E for ; Fri, 21 Jan 2000 07:57:35 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB18070; Fri, 21 Jan 2000 06:57:30 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Jan 2000 06:57:09 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA02386 for ; Fri, 21 Jan 2000 06:56:57 -0600 (CST) Original-Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by mailhost.sclp.com (Postfix) with ESMTP id 555A7D051E for ; Fri, 21 Jan 2000 07:56:50 -0500 (EST) Original-Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id NAA07791 for ; Fri, 21 Jan 2000 13:49:28 +0100 Original-Received: from dnscit.cit.alcatel.fr (dnscit.cit.alcatel.fr [139.54.100.2]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id NAA03261 for ; Fri, 21 Jan 2000 13:54:20 +0100 (MET) Original-Received: from dnsvz.vz.cit.alcatel.fr (dnsvz.vz.cit.alcatel.fr [139.54.85.1]) by dnscit.cit.alcatel.fr (8.9.3+Sun/8.9.1) with ESMTP id NAA07458 for ; Fri, 21 Jan 2000 13:58:03 +0100 (MET) Original-Received: from bcv01y01.vz.cit.alcatel.fr (bcv01y01.vz.cit.alcatel.fr [139.54.101.1]) by dnsvz.vz.cit.alcatel.fr (8.9.3+Sun/8.9.1) with ESMTP id NAA12374 for ; Fri, 21 Jan 2000 13:57:00 +0100 (MET) Original-Received: from bcv01xc7.vz.cit.alcatel.fr (bcv01xc7.vz.cit.alcatel.fr [139.54.101.199]) by bcv01y01.vz.cit.alcatel.fr with ESMTP (8.8.6 (PHNE_17135)/8.7.1) id NAA25749 for ; Fri, 21 Jan 2000 13:55:25 +0100 (MET) Original-Received: by bcv01xc7.vz.cit.alcatel.fr (8.8.8+Sun/SMI-SVR4) id NAA18681; Fri, 21 Jan 2000 13:54:25 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Arvid Grøtting's message of "21 Jan 2000 13:41:10 +0100" Original-Lines: 29 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28886 Arvid Grøtting writes: > * Julien GILLES > > > Your idea about automatically unsubscribing, for example, seems fine, but > > before writing some code, I wonder if there is nothing like that in > > Gnus or (X)Emacs. > > Never heard about such thing, but if someone knows something... > > For the automatic mailing list management tools, there's a number of > different syntaxes for unsubscribing to a mailing list. > gnus-summary-unsubscribe-this-mailing-list[1] could need a lot of > built-in rules for recognizing the manager software and acting > accordingly. Futhermore there is often a confirmation to resend to really (un)subscribe, so I don't think that something completly automatic can be done. But perhaps a gnus-summary-send-unsubscribe-message can be enough, with - of course - a lot of built-in rules for recognizing the manager software, or with a customized parameter. > It could be done, but I'm not volunteering. I am, if the big bosses of Gnus think that it is useful... -- Julien Gilles.