From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72697 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: more splitting - imap and default Date: Wed, 06 Oct 2010 16:00:17 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286373643 1830 80.91.229.12 (6 Oct 2010 14:00:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2010 14:00:43 +0000 (UTC) To: nognus Original-X-From: ding-owner+M21069@lists.math.uh.edu Wed Oct 06 16:00:40 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 1P3UXv-0004xJ-IB for ding-account@gmane.org; Wed, 06 Oct 2010 16:00:39 +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 1P3UXj-0001KI-FL; Wed, 06 Oct 2010 09:00:27 -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 1P3UXi-0001Jv-0n for ding@lists.math.uh.edu; Wed, 06 Oct 2010 09:00:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P3UXg-0006FQ-H1 for ding@lists.math.uh.edu; Wed, 06 Oct 2010 09:00:25 -0500 Original-Received: from mail-ew0-f44.google.com ([209.85.215.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P3UXf-0001eF-00 for ; Wed, 06 Oct 2010 16:00:23 +0200 Original-Received: by ewy26 with SMTP id 26so4024791ewy.17 for ; Wed, 06 Oct 2010 07:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :date:message-id:user-agent:mime-version:content-type; bh=ZcUrTu9KJfDtKh2MjN9+1wSoxz/OwPvyiqkWDj+iGDs=; b=bkjA0hQp7UXSdoBm7McxZqPvn9xP20YcxtSGw6eaWrbeN1+duDwfBKgQ7Qm/prAkqP OJuoYOyLD9FLwuFe6TGl5jzy1GJuM+FyA2RjiuZUxmAZ34Uyt0aMqGp1kRggvx+kP0iJ SRGzphP12WPpinmZjoRgcY8udmj4C/qWGjm7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:organization:date:message-id:user-agent :mime-version:content-type; b=I+XJ0bm0ulsW6WKaQErNfOMVHThWk2b4M7y7r1EAsyKag1pZu37aOIySlSYb+P+u9G RWh9YmOgL0HINOjWZy6FW7iqJFRZokw6HfnDOAwQGeGrODQaGYFP3yLgo9jpALUvY6j/ zTT8xGJXSIrYr58QwjLZrtyW1E44msZZ7NNRg= Original-Received: by 10.213.12.209 with SMTP id y17mr700219eby.9.1286373623420; Wed, 06 Oct 2010 07:00:23 -0700 (PDT) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id v59sm1528381eeh.10.2010.10.06.07.00.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Oct 2010 07:00:20 -0700 (PDT) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72697 Archived-At: While still trying to get splitting working as I want (basically trying to get no splitting occurring on my nnml method) I set nnmail-split-methods to nil and nnimap-split-methods was set to 'default. However Splitting is still occurring in my nnimap groups. >From the docs I would expect no splitting to occur. Should the splitting be happening with the settings above?