[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Followups and "X-No-Archive" Header
From: |
Reiner Steib |
Subject: |
Re: Followups and "X-No-Archive" Header |
Date: |
Thu, 23 Sep 2004 17:19:11 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
On Wed, Sep 22 2004, Johan Bockgård wrote:
> "Emily Jackson" <m5comp@fastmail.fm.munged> writes:
>
>> When I compose a followup to an article containing a "X-No-Archive"
>> header, Gnus refuses to quote any text from the original article. Is
>> there any way to stop this?
>
> (setq message-cite-articles-with-x-no-archive nil)
> [sic!] This does seem backwards...
Fixed in CVS. I.e. setting `message-cite-articles-with-x-no-archive'
to t (the default value) should quote as usual now.
--8<---------------cut here---------------start------------->8---
--- message.el 20 Sep 2004 13:46:45 +0200 7.45
+++ message.el 22 Sep 2004 16:29:03 +0200
@@ -3302,7 +3302,7 @@
(insert "\n"))
(funcall message-citation-line-function))
(when (and x-no-archive
- message-cite-articles-with-x-no-archive
+ (not message-cite-articles-with-x-no-archive)
(string-match "yes" x-no-archive))
(undo-boundary)
(delete-region (point) (mark t))
--8<---------------cut here---------------end--------------->8---
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/