From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76778 Path: news.gmane.org!not-for-mail From: Raphael Kubo da Costa Newsgroups: gmane.emacs.gnus.general Subject: Marking articles after bb493e5 Date: Tue, 15 Feb 2011 01:00:32 -0200 Message-ID: <87lj1ivw6n.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297738890 21950 80.91.229.12 (15 Feb 2011 03:01:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 03:01:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25118@lists.math.uh.edu Tue Feb 15 04:01:26 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpBAJ-0005CO-LW for ding-account@gmane.org; Tue, 15 Feb 2011 04:01:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PpB9z-0006cb-CX; Mon, 14 Feb 2011 21:01:03 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PpB9w-0006cA-8Y for ding@lists.math.uh.edu; Mon, 14 Feb 2011 21:01:00 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PpB9m-0001Jz-7z for ding@lists.math.uh.edu; Mon, 14 Feb 2011 21:01:00 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PpB9l-0007R7-HB for ding@gnus.org; Tue, 15 Feb 2011 04:00:49 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PpB9l-0004uA-BA for ding@gnus.org; Tue, 15 Feb 2011 04:00:49 +0100 Original-Received: from 189.61.208.111 ([189.61.208.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 04:00:49 +0100 Original-Received: from kubito by 189.61.208.111 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 04:00:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 189.61.208.111 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (berkeley-unix) Cancel-Lock: sha1:CH92wTvaqgSrfyi1RN91U6+V7WQ= X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1680--4113h-0s--0d--H*u:Emacs, 0.000-1615--3955h-0s--0d--H*u:Gnus, 0.000-970--2374h-0s--0d--H*UA:v0.11, 0.000-970--2374h-0s--0d--H*u:v0.11, 0.000-970--2374h-0s--0d--H*UA:5.110011 Spam tokens: Autolearn status: no 0.0 FREEMAIL_FROM Sender email is freemail (kubito[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76778 Archived-At: Hey there, Starting from commit bb493e5, by default I seem to be unable to store my marks in the backends -- that is, if I mark an IMAP message as read, its \Seen flag is not set on the server, so the next time I press 'g' in the group buffer I the unread message count will go up again, and the message will be shown as unread when I enter the summary buffer. The same also seems to be true to the nntp backend. Things seem to work fine again when I set gnus-propagate-marks to t. Am I missing something here?