From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75338 Path: news.gmane.org!not-for-mail From: Tibor Simko Newsgroups: gmane.emacs.gnus.general Subject: Re: latest sources do not client-split IMAP anymore Date: Tue, 21 Dec 2010 00:55:13 +0100 Organization: CERN -- European Organization for Nuclear Research Message-ID: <871v5c57a6.fsf@pcuds33.cern.ch> References: <8739q0tdai.fsf@pcuds33.cern.ch> <87fwtz4vfj.fsf@pcuds33.cern.ch> <8762uun3lg.fsf@pcuds33.cern.ch> <878vzpbpme.fsf@pcuds33.cern.ch> <87hbedqtxf.fsf@pcuds33.cern.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292889374 21023 80.91.229.12 (20 Dec 2010 23:56:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Dec 2010 23:56:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23690@lists.math.uh.edu Tue Dec 21 00:56:11 2010 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 1PUpaM-0000Ik-9z for ding-account@gmane.org; Tue, 21 Dec 2010 00:56:10 +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 1PUpZo-0005EG-9S; Mon, 20 Dec 2010 17:55:36 -0600 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 1PUpZl-0005Dx-57 for ding@lists.math.uh.edu; Mon, 20 Dec 2010 17:55:33 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PUpZh-000780-45 for ding@lists.math.uh.edu; Mon, 20 Dec 2010 17:55:30 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PUpZe-0003Nr-Tn for ding@gnus.org; Tue, 21 Dec 2010 00:55:26 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PUpZe-0008Sr-2E for ding@gnus.org; Tue, 21 Dec 2010 00:55:26 +0100 Original-Received: from 123-45.78-83.cust.bluewin.ch ([83.78.45.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 00:55:25 +0100 Original-Received: from tibor.simko by 123-45.78-83.cust.bluewin.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 00:55:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123-45.78-83.cust.bluewin.ch Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:81eSrN3OWqW7IVqp3Af66LpJ1zE= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75338 Archived-At: On Sat, 18 Dec 2010, Richard Riley wrote: > Is splitting working for you now? It was working well until and including be87151 (13-Dec-2010), later it required that patch. The investigations showed that the problem may be related to the fact that I've been using: (setq gnus-secondary-select-methods '((nnimap "imap.cern.ch" (nnimap-address "imap.cern.ch") (nnimap-stream ssl) (nnimap-server-port 993) (nnimap-logout-timeout 10) (nnimap-inbox "INBOX") (nnimap-split-methods default) (nnir-search-engine imap)) (nnimap "cds" (nnimap-address "imap.foo.com") ;; etc, different user, no split but also: (setq gnus-message-archive-method '(nnimap "imap.cern.ch")) IOW, the same `imap.cern.ch' method is used in the archive method, but with different parameters, as it were, and that Gnus may have perhaps troubles unifying the two. Or not. I have not investigated this hypothesis further, since I had switched in the meantime to a gnus <-> dovecot <-> offlineimap <-> exchange setup, as discussed in another `gcc-mark-as-read sometimes broken on Exchange' thread. Best regards -- Tibor Simko