From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41756 Path: main.gmane.org!not-for-mail From: Max Froumentin Newsgroups: gmane.emacs.gnus.general Subject: Re: request: default address for gnus-summary-resend-message Date: Tue, 08 Jan 2002 16:31:10 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87r8p05075.fsf@sophia.inria.fr> References: <87zo3o53hz.fsf@sophia.inria.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035177104 7805 80.91.224.250 (21 Oct 2002 05:11:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:11:44 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 5776 invoked from network); 8 Jan 2002 15:32:30 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 8 Jan 2002 15:32:30 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16NyEH-0004b7-00; Tue, 08 Jan 2002 09:31:57 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 08 Jan 2002 09:31:49 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA10360 for ; Tue, 8 Jan 2002 09:31:38 -0600 (CST) Original-Received: (qmail 5744 invoked by alias); 8 Jan 2002 15:31:37 -0000 Original-Received: (qmail 5739 invoked from network); 8 Jan 2002 15:31:36 -0000 Original-Received: from sophia.inria.fr (138.96.32.20) by gnus.org with SMTP; 8 Jan 2002 15:31:36 -0000 Original-Received: from kamikaze.w3.org by sophia.inria.fr (8.11.6/8.10.0) with ESMTP id g08FVXN08203; Tue, 8 Jan 2002 16:31:34 +0100 (MET) X-Authentication-Warning: sophia.inria.fr: Host vis151.inria.fr [193.51.208.151] claimed to be kamikaze.w3.org Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 08 Jan 2002 16:15:27 +0100") Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41756 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41756 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > (defun mf-moderate (n) > (interactive (list current-prefix-arg)) > (gnus-summary-resend-message "your@mail.address.here" n)) This will resend the message to "your@mail.address.here", right? What I would like is the article to be resent to the original "to:" header, which can vary according to the mailing list I'm moderating. But I would also like to be able to change the address interactively. It often happens that people will cross-post to my list and some other address, which are both in the original "to:". In that case I want to edit the address to resend to. That's why I would favour a method where I do S-D-r, and be prompted for the address (like now), but with the addition of the original "To:" in the minibuffer, so I can just press return or else edit the line. Hope I'm making myself clear, Max.