From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62775 Path: news.gmane.org!not-for-mail From: Wolfram Fenske Newsgroups: gmane.emacs.gnus.general Subject: nnimap: gnus-gcc-mark-as-read not working Date: Fri, 14 Apr 2006 01:55:27 +0200 Message-ID: <86sloh3ua8.fsf@student.uni-magdeburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144972690 927 80.91.229.2 (13 Apr 2006 23:58:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 23:58:10 +0000 (UTC) Original-X-From: ding-owner+m11302@lists.math.uh.edu Fri Apr 14 01:58:08 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUBhP-0005bb-7t for ding-account@gmane.org; Fri, 14 Apr 2006 01:58:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FUBhK-0003lq-00; Thu, 13 Apr 2006 18:58:02 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FUBf2-0003lc-00 for ding@lists.math.uh.edu; Thu, 13 Apr 2006 18:55:40 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FUBey-0005KS-GL for ding@lists.math.uh.edu; Thu, 13 Apr 2006 18:55:40 -0500 Original-Received: from mail.uni-magdeburg.de ([141.44.1.10]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FUBex-0001mv-00 for ; Fri, 14 Apr 2006 01:55:35 +0200 Original-Received: from sunny.urz.uni-magdeburg.de ([141.44.8.7]) by mail.uni-magdeburg.de with esmtp (EXIM Version 4.43) for id 1FUBev-0003wF-6m; Fri, 14 Apr 2006 01:55:35 +0200 Original-Received: from hondo (pD9516461.dip0.t-ipconnect.de [217.81.100.97]) (authenticated bits=0) by sunny.urz.uni-magdeburg.de (8.12.10/8.12.10) with ESMTP id k3DNtUTH012525 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 14 Apr 2006 01:55:32 +0200 Original-To: ding@gnus.org User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.18 (berkeley-unix) X-Spam-Score: -2.6 (--) X-Spam-Report: ---- Start SpamAssassin results -2.6 points, 5.0 required; -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list ---- End of SpamAssassin results X-Scan-Signature: 99b125a1487c95baffb361c55ee91068 X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62775 Archived-At: Hello! I have sent mail Gcc-ed to a folder on my IMAP-server. This mostly works, but the copy in the sent-mail folder is never marked as read. In my .gnus.el I have: --8<---------------cut here---------------start------------->8--- (setq gnus-message-archive-group "nnimap+uni:INBOX.sent-mail" gnus-gcc-mark-as-read t) --8<---------------cut here---------------end--------------->8--- If I use nnfolder for archiving, i. e. if I set `gnus-message-archive-group' to "sent-mail", and leave everything else untouched, archiving works as it should. Am I missing something or is this an nnimap bug? Does anybody else have this problem? Regards Wolfram