From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25392 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: `a' in a mail-and-news group Date: 26 Sep 1999 20:44:06 +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: 8bit X-Trace: main.gmane.org 1035162785 13721 80.91.224.250 (21 Oct 2002 01:13:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:13:05 +0000 (UTC) Cc: ding@gnus.org, nnimap mailing list Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA24151 for ; Sun, 26 Sep 1999 14:46:03 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB22703; Sun, 26 Sep 1999 13:45:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 26 Sep 1999 13:46:24 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA06214 for ; Sun, 26 Sep 1999 13:46:13 -0500 (CDT) Original-Received: from badis.pdc.kth.se (jas@badis.pdc.kth.se [130.237.221.45]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA24133 for ; Sun, 26 Sep 1999 14:44:12 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id UAA22835; Sun, 26 Sep 1999 20:44:07 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "23 Sep 1999 09:47:16 +0200" Original-Lines: 30 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25392 Kai Großjohann writes: > The nnimap backend is a mail-and-news backend, so it knows about the > Newsgroups header. That's good. > > However, if I do `a' in a shared IMAP group, I get an empty Newsgroups > header. I can set the to-group parameter to the group name, then the > Newsgroups header is filled out correctly, but then following up > removes all the other mail addresses. Hm. When I press 'a' in a shared IMAP mailbox I get a filled-out Newsgroup line containing the current (nnimap-) group. > Here's what I would like: > > - `a' inserts the right Newsgroups header Done. :-) > - `f' fills out To and Cc headers with sender and recipients of the > original message and also adds a (filled-out) Newsgroups header > - `r' fills out the To header and does not add a Newsgroups header Uhm, wouldn't followups be sent by mail then? That isn't what you would expect for shared IMAP mailboxes, surely? (Or is it? I don't use shared IMAP mailboxes.) I'm not sure if it's a good idea for Newsgroup: to mean one thing in nntp groups and one in nnimap groups, so making it only add To/Cc headers in shared IMAP mailboxes doesn't seem quite right to me.