From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85503 Path: news.gmane.org!not-for-mail From: halimsrama@gmail.com (Naim, Halim.) Newsgroups: gmane.emacs.gnus.general Subject: Outdated manual on www.gnus.org Date: Thu, 22 Jan 2015 18:38:20 -0430 Message-ID: <87y4ouza57.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421968173 25660 80.91.229.3 (22 Jan 2015 23:09:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 23:09:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33745@lists.math.uh.edu Fri Jan 23 00:09:28 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YEQsR-0007xI-SQ for ding-account@gmane.org; Fri, 23 Jan 2015 00:09:28 +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 1YEQrf-0006wF-JB; Thu, 22 Jan 2015 17:08:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YEQrd-0006w1-0A for ding@lists.math.uh.edu; Thu, 22 Jan 2015 17:08:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YEQrY-0001om-B6 for ding@lists.math.uh.edu; Thu, 22 Jan 2015 17:08:36 -0600 Original-Received: from mail-vc0-f178.google.com ([209.85.220.178]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YEQrW-00018W-Nz for ding@gnus.org; Fri, 23 Jan 2015 00:08:30 +0100 Original-Received: by mail-vc0-f178.google.com with SMTP id hy10so1319756vcb.9 for ; Thu, 22 Jan 2015 15:08:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=Dfl/v3dsV+Xu1kRcldQjvyTAGe1YTrX9Rqdl4vhD3oM=; b=T81YXnT85cn2ybQRyKgIGiUz+htI7WxCoFBuJ9nAf9eag7GnuiC0LWfMplz2N4d06M 6S24lXI/VUOyvaKu4zK9mVpU4HJK1UGHahuJo7DWydqkcgHmoMnt6Afcl+uxyOmi+evd NsmWIwfT1b+AwIHVRGoQAExR1whF8R8jqEJd2dEcnodhZoTtlVtDpFVS3GQYPr1IvUld QDQHxbf+E/cfuwU5D6epqbn6anWmrSCW2M2RJ6aUi24DrAxiXsojtBqBwCIN2OSPMlPg 78IcSr+Uko7E/ZOTIP/pZxVPObmlsxHZ007HwklDMvkex3J2uFdYmV+igns85eG8t7V8 pvbg== X-Received: by 10.220.159.206 with SMTP id k14mr2289665vcx.23.1421968104173; Thu, 22 Jan 2015 15:08:24 -0800 (PST) Original-Received: from openbsd (186-94-54-161.genericrev.cantv.net. [186.94.54.161]) by mx.google.com with ESMTPSA id d7sm3194825vdw.12.2015.01.22.15.08.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 15:08:23 -0800 (PST) X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85503 Archived-At: Hi everybody. Recently I decided to give gnus a try (switching from thunderbird). I use imap from gmail. I was reading the manual page on www.gnus.org section 6.5. I had some trouble getting splitting to work, mianly because nnimap-inbox (maybe it was nnimap-split-inbox), and nnimap-split-methods are not mentioned there. Also nnimap-split-predicate (nnimap-unsplittable-articles maybe). I had to read the source code and figure out what was going on. I know it's my fault not to have read the C-h i from the beggining. But maybe the internet manual should be correct to avoid more people going through the same.