Gnus development mailing list
 help / color / mirror / Atom feed
From: Raymond Scholz <ray-2002@zonix.de>
Subject: Re: patches add variable `gnus-confirm-mail-reply-to-news'
Date: Sun, 26 May 2002 18:22:25 +0200	[thread overview]
Message-ID: <gd.y1y3cwelvzy.fsf@fly.verified.de> (raw)
In-Reply-To: <iluoff8bl9z.fsf@latte.josefsson.org>

Simon Josefsson <jas@extundo.com> writes:

> I agree. Ok, I added the original patch that defaults to not asking.  Thanks.

I used to have this in my .gnus for ages:

(setq rs-mailing-lists "list\\.")

;; Patric Mueller in <7iq1t9.m63.ln@bhaak.xodox.com>
;; von mir erweitert um die Abfrage auf Mailinglisten 
(defadvice gnus-summary-reply (around reply-in-news activate)
  (when (or
	 (not (or (gnus-news-group-p 
		   (if (gnus-virtual-group-p gnus-newsgroup-name)
		       (car (nnvirtual-map-article (cdr gnus-article-current)))
		     gnus-newsgroup-name
		     ))
		  (string-match rs-mailing-lists gnus-newsgroup-name)))
	 (y-or-n-p "Really, really reply? "))
    ad-do-it))

It adds "support" for virtual groups that contain newsgroups and for
user defined lists (all of my mailing lists) where I usually don't
want to say `R'.

Would it be useful to be added to Gnus or is it too specifically
tailored for my personal needs?

Cheers, Ray
-- 
Sigmentation fault, core dumped.



  parent reply	other threads:[~2002-05-26 16:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-21  2:41 Benjamin Rutt
2002-05-21  9:36 ` Simon Josefsson
2002-05-21 10:46   ` Kai Großjohann
2002-05-21 12:49     ` Simon Josefsson
2002-05-21 17:11       ` Benjamin Rutt
2002-05-21 17:19         ` Benjamin Rutt
2002-05-22  8:52       ` Russ Allbery
2002-05-22  9:10         ` Simon Josefsson
2002-05-22 21:44           ` Benjamin Rutt
2002-05-23 21:36           ` Benjamin Rutt
2002-05-26 16:22           ` Raymond Scholz [this message]
2002-05-26 19:11             ` Simon Josefsson
2002-10-16 15:31               ` Raymond Scholz
2002-06-09  9:45 ` Thomas Skogestad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gd.y1y3cwelvzy.fsf@fly.verified.de \
    --to=ray-2002@zonix.de \
    --cc=rscholz@zonix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).