From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79782 Path: news.gmane.org!not-for-mail From: Dave Abrahams Newsgroups: gmane.emacs.gnus.general Subject: Re: [Workaround/Solved] This bug is killing me! Date: Tue, 30 Aug 2011 02:33:43 -0800 Message-ID: References: <87pqjnqt5k.fsf@thinkpad.tsdh.de> <87y5ybp5hw.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314700472 1711 80.91.229.12 (30 Aug 2011 10:34:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 30 Aug 2011 10:34:32 +0000 (UTC) Cc: ding@gnus.org, John Wiegley To: Tassilo Horn Original-X-From: ding-owner+M28076@lists.math.uh.edu Tue Aug 30 12:34:25 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 1QyLeB-0002zx-H2 for ding-account@gmane.org; Tue, 30 Aug 2011 12:34:23 +0200 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 1QyLdo-0007Jm-9t; Tue, 30 Aug 2011 05:34:00 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QyLdm-0007Jb-LH for ding@lists.math.uh.edu; Tue, 30 Aug 2011 05:33:58 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QyLdk-0005AQ-30 for ding@lists.math.uh.edu; Tue, 30 Aug 2011 05:33:57 -0500 Original-Received: from mail-pz0-f46.google.com ([209.85.210.46]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QyLdh-0000NN-Ef for ding@gnus.org; Tue, 30 Aug 2011 12:33:53 +0200 Original-Received: by pzk32 with SMTP id 32so11708168pzk.33 for ; Tue, 30 Aug 2011 03:33:47 -0700 (PDT) Original-Received: by 10.142.149.33 with SMTP id w33mr3084212wfd.220.1314700427077; Tue, 30 Aug 2011 03:33:47 -0700 (PDT) Original-Received: from pluto.local (92-52-237-24.gci.net. [24.237.52.92]) by mx.google.com with ESMTPS id j7sm226260pbg.12.2011.08.30.03.33.45 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Aug 2011 03:33:46 -0700 (PDT) Original-Received: by pluto.local (Postfix, from userid 501) id EF357DB5ED6; Tue, 30 Aug 2011 02:33:43 -0800 (AKDT) In-Reply-To: <87y5ybp5hw.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Tue, 30 Aug 2011 12:18:19 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79782 Archived-At: on Tue Aug 30 2011, Tassilo Horn wrote: > Dave Abrahams writes: > > Hi Dave, > >>> Could you check if it works for you if you enable propagating marks? >> >> Yes, it works!! Not only that, but all the ticks on older articles >> that used to persist in Gnus, but had suddenly disappeared from Gnus' >> view of my server came back! >> >>> BTW: I think, that the default of this variable should be t nowadays, >>> where it's pretty common that people use different clients for >>> accessing their mail (Gnus on "real" computers, Whatever on their >>> phones, the web interfaces of their mail providers, etc.). >> >> OMG, yes, please!!! > > Please see my other message. Which other message? > Propagation of marks to imap servers is > enabled by default no matter of that variable since gnus git versions > after March, 5th. Do you use an older version? I'm on this version: ,---- | commit b7049858dc4463249d94613e05f6044cb5d70d6d | Author: Katsumi Yamaoka | Date: Fri Aug 26 09:01:29 2011 +0000 `---- I have this additional change, which avoids pathological regexp behavior: --8<---------------cut here---------------start------------->8--- diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 2dbc465..5b7d253 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -190,7 +190,7 @@ textual parts.") (let (article bytes lines size string) (block nil (while (not (eobp)) - (while (not (looking-at "\\* [0-9]+ FETCH.+UID \\([0-9]+\\)")) + (while (not (looking-at "\\* [0-9]+ FETCH.+?UID \\([0-9]+\\)")) (delete-region (point) (progn (forward-line 1) (point))) (when (eobp) (return))) --8<---------------cut here---------------end--------------->8--- > (My git version of today also reports NoGnus v0.18, just as your > User-Agent header...) > > So if you use an older version, then updating will help. If you use a > recent gnus version, then we have to figure out why > > (gnus-method-option-p > (gnus-find-method-for-group "nnimap+YourServer:INBOX") > 'server-marks) Just let me know what I can do. -- Dave Abrahams BoostPro Computing http://www.boostpro.com