From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17017 Path: news.gmane.org!not-for-mail From: Carlos Pita Newsgroups: gmane.emacs.gnus.user Subject: Misbehaving gnus-gcc-mark-as-read while archiving to current group Date: Tue, 05 Aug 2014 12:38:57 -0300 Organization: Gnus News User Services Message-ID: <86fvhbkktq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1407267199 11538 80.91.229.3 (5 Aug 2014 19:33:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2014 19:33:19 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Aug 05 21:33:14 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XEkTx-00084L-SL for gegu-info-gnus-english@m.gmane.org; Tue, 05 Aug 2014 21:33:13 +0200 Original-Received: from localhost ([::1]:33188 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEkTx-0006Sg-0D for gegu-info-gnus-english@m.gmane.org; Tue, 05 Aug 2014 15:33:13 -0400 Original-Path: usenet.stanford.edu!goblin2!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 36 Original-NNTP-Posting-Host: 190.48.93.162 Original-X-Trace: quimby.gnus.org 1407253117 24827 190.48.93.162 (5 Aug 2014 15:38:37 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 5 Aug 2014 15:38:37 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) Cancel-Lock: sha1:UIhwZvte3Hp7Im/b11nC6sb3K+g= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88147 X-Mailman-Approved-At: Tue, 05 Aug 2014 15:33:11 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17017 Archived-At: Hi all, in order to get a "conversation view" a la gmail I've configured gnus as follows: (setq gnus-gcc-mark-as-read t) (setq gnus-message-archive-group (lambda (g) (unless (string-match ":" g) (concat "nnimap+gmail:" g)))) nnimap+gmail is my primary method so I check for lacking of ":" in the group name (only groups for secondary methods contain a ":", at least in my case). The generated gcc header is correct: say the group is "micro2", the gcc will be "nnimap+gmail:micro2". That's fine. But then there are a lot of quirks I'm not sure what to do about. Say I reply a message in "micro2" group. My reply is indeed archived to "micro2" but in the summaries buffer: 1. At first the sent reply is not shown at all. 2. If I press /N, then the reply is shown but as unread. 3. If I press M-g, then the reply is shown read. In the imap server the behavior is as expected: the reply appears inside the "micro2" folder and it's marked read. The problem is obviously with the refreshing of the gnus views/state itself. Is this a bug? In any case, it seems a very misleading behavior to me. Cheers -- Carlos