Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Disabling Y/N confirmation
@ 2010-01-10 16:33 Teemu Likonen
  2010-01-12  1:27 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Teemu Likonen @ 2010-01-10 16:33 UTC (permalink / raw)
  To: info-gnus-english

When I'm reading news through one server but have configured Gnus to
send my messages through some other server Gnus always asks me if I
really want to post to this possibly unknown group (or something like
that).

Is it possible to turn off this question and make Gnus trust that I know
what I'm doing?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Disabling Y/N confirmation
  2010-01-10 16:33 Disabling Y/N confirmation Teemu Likonen
@ 2010-01-12  1:27 ` Katsumi Yamaoka
  2010-01-12  5:36   ` Teemu Likonen
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-01-12  1:27 UTC (permalink / raw)
  To: info-gnus-english

>>>>> Teemu Likonen wrote:
> When I'm reading news through one server but have configured Gnus to
> send my messages through some other server Gnus always asks me if I
> really want to post to this possibly unknown group (or something like
> that).

It happens when the server and the group have never been accessed
for reading.

> Is it possible to turn off this question and make Gnus trust that I know
> what I'm doing?

Add this to the ~/.gnus.el file:

(add-to-list 'message-syntax-checks '(existing-newsgroups . disabled))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Disabling Y/N confirmation
  2010-01-12  1:27 ` Katsumi Yamaoka
@ 2010-01-12  5:36   ` Teemu Likonen
  0 siblings, 0 replies; 3+ messages in thread
From: Teemu Likonen @ 2010-01-12  5:36 UTC (permalink / raw)
  To: info-gnus-english

On 2010-01-12 10:27 (+0900), Katsumi Yamaoka wrote:

>>>>>> Teemu Likonen wrote:
>> When I'm reading news through one server but have configured Gnus to
>> send my messages through some other server Gnus always asks me if I
>> really want to post to this possibly unknown group (or something like
>> that).

>> Is it possible to turn off this question and make Gnus trust that I
>> know what I'm doing?
>
> Add this to the ~/.gnus.el file:
>
> (add-to-list 'message-syntax-checks '(existing-newsgroups . disabled))

Thanks. It works nicely.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-12  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-10 16:33 Disabling Y/N confirmation Teemu Likonen
2010-01-12  1:27 ` Katsumi Yamaoka
2010-01-12  5:36   ` Teemu Likonen

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).