From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37309 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Can't post-followup or post-forward in nnml groups Date: Tue, 31 Jul 2001 18:01:47 +0900 Organization: Emacsen advocacy group Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172745 13190 80.91.224.250 (21 Oct 2002 03:59:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:59:05 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 21525 invoked from network); 31 Jul 2001 09:02:10 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 31 Jul 2001 09:02:10 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id LAA06353 for ding@gnus.org; Tue, 31 Jul 2001 11:01:58 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: 207.228.244.9 Original-X-Trace: quimby.gnus.org 996570117 26122 207.228.244.9 (31 Jul 2001 09:01:57 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 31 Jul 2001 09:01:57 GMT X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 21 Xref: main.gmane.org gmane.emacs.gnus.general:37309 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37309 Hi, I am reading news in native groups and foreign groups like nntp+quimby:gnus.ding (news://news.gnus.org/gnus.ding). `current' the default value of `gnus-post-method' is very useful for posting an article in such a foreign group. However, probably because of this, I can not send a news to followup to or to forward an article in a nnml group. I do not want to post articles to nnml groups, so I tried the following code at first, but it did not achieve my purpose. (let ((props (memq 'post-mail (assoc "nnml" gnus-valid-select-methods)))) (if props (setcar props 'mail))) Is there any other solutions than the barbarous code below? (fmakunbound 'nnml-request-post) -- Katsumi Yamaoka