From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32322 Path: main.gmane.org!not-for-mail From: Christoph Rohland Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap as primary select method Date: 04 Sep 2000 14:11:33 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: 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 1035168612 19100 80.91.224.250 (21 Oct 2002 02:50:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:12 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 5745BD051E for ; Mon, 4 Sep 2000 08:11:48 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAC09886; Mon, 4 Sep 2000 07:11:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 04 Sep 2000 07:11:08 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA21623 for ; Mon, 4 Sep 2000 07:10:58 -0500 (CDT) Original-Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [194.39.131.53]) by mailhost.sclp.com (Postfix) with ESMTP id 47489D051E for ; Mon, 4 Sep 2000 08:11:18 -0400 (EDT) Original-Received: from sap-ag.de ([194.39.131.3]) by smtpde02.sap-ag.de (out) with ESMTP id OAA02994; Mon, 4 Sep 2000 14:07:02 +0200 (MESZ) Original-Received: from ls3010.wdf.sap-ag.de (ls3010.wdf.sap-ag.de [10.18.104.24]) by sap-ag.de (8.8.8/8.8.8) with ESMTP id OAA18245; Mon, 4 Sep 2000 14:11:17 +0200 (MET DST) Original-Received: (from d020782@localhost) by ls3010.wdf.sap-ag.de (8.9.3/8.9.3) id OAA00543; Mon, 4 Sep 2000 14:11:33 +0200 X-Authentication-Warning: ls3010.wdf.sap-ag.de: d020782 set sender to cr@sap.com using -f Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Original-Lines: 26 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32322 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32322 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > On 03 Sep 2000, Christoph Rohland wrote: >=20 > > 1) nntp does not work with nndraft with this setup: If I store an nntp > > article as draft it does not find the nntp server any more. So it > > says the group is invalid. >=20 > Does this help? (setq gnus-post-method 'current) No, apparently the current method for drafts is nndraft.=20 But (setq gnus-post-method '(nntp "news")) which is not really optimal... > > 2) You cannot really use it for archive method, sibce it does prepend > > the server name and by this generates duplicate group entries > > INBOX.sent and nnimap+server:INBOXsent >=20 > You can set gnus-outgoing-message-group to "foo.bar", then you will > get a header "Gcc: foo.bar" and that should do the right thing. But this does not work together with the gcc-self group parameter :-( Greetings Christoph