From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46588 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with archiving and nnimap Date: Tue, 17 Sep 2002 12:35:58 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032289609 32091 127.0.0.1 (17 Sep 2002 19:06:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2002 19:06:49 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from util2.math.uh.edu ([129.7.128.23]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rNgO-0008LL-00 for ; Tue, 17 Sep 2002 21:06:48 +0200 Original-Received: from karazm.math.uh.edu ([129.7.128.1]) by util2.math.uh.edu with esmtp (Exim 4.10) id 17rNXm-00010G-01; Tue, 17 Sep 2002 13:57:54 -0500 Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.128.10]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id FAA04565; Tue, 17 Sep 2002 05:36:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 17 Sep 2002 05:36:57 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA24926 for ; Tue, 17 Sep 2002 05:36:46 -0500 (CDT) Original-Received: (qmail 3100 invoked by alias); 17 Sep 2002 10:36:03 -0000 Original-Received: (qmail 3095 invoked from network); 17 Sep 2002 10:36:02 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 17 Sep 2002 10:36:02 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g8HAZwn2014624; Tue, 17 Sep 2002 12:35:58 +0200 Original-To: Niklas Morberg Mail-Copies-To: nobody X-Hashcash: 0:020917:niklas.morberg@axis.com:ebb96a4ac9119df7 X-Hashcash: 0:020917:ding@gnus.org:c29b2a38d985278e In-Reply-To: (Niklas Morberg's message of "Tue, 17 Sep 2002 09:40:35 +0200") Original-Lines: 25 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46588 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46588 Niklas Morberg writes: > Hi, > > I just upgraded to the latest CVS gnus after my vacation and > found something weird. I have: > > (setq gnus-message-archive-group "\"nnimap\+my.mail.server:Sent Items\"") > > which has always worked perfectly. (My IMAP server is MS > Exchange and it is nice to have the same folder for items > sent irregardless of the client I'm using.) > > But not now. > > Now gnus creates one folder called "Sent" and one called > "Items" and puts one copy of the sent messages in each > folder. > > Any ideas why this is happening now? My previous gnus > version where this worked was ~2 months old. The GCC handling was modified recently. That variable result in a GCC header in the message buffer, does it not? How does that header look like?