From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53393 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] (gnus)Splitting in IMAP Date: Fri, 11 Jul 2003 15:30:12 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057930948 30564 80.91.224.249 (11 Jul 2003 13:42:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2003 13:42:28 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1937@lists.math.uh.edu Fri Jul 11 15:42:27 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ay9A-0007ov-00 for ; Fri, 11 Jul 2003 15:41:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19ay9K-0003ZE-00; Fri, 11 Jul 2003 08:41:22 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19ay9G-0003Z9-00 for ding@lists.math.uh.edu; Fri, 11 Jul 2003 08:41:18 -0500 Original-Received: (qmail 58447 invoked by alias); 11 Jul 2003 13:41:18 -0000 Original-Received: (qmail 58442 invoked from network); 11 Jul 2003 13:41:18 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 11 Jul 2003 13:41:18 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h6BDeDka018898 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 11 Jul 2003 15:40:14 +0200 Original-To: Matthias Andree Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030711:ma@dt.e-technik.uni-dortmund.de:2461384f20f5b2c8 X-Hashcash: 0:030711:ma@dt.e-technik.uni-dortmund.de:2461384f20f5b2c8 X-Payment: hashcash 1.2 0:030711:ding@gnus.org:fa3b9bf37de18da2 X-Hashcash: 0:030711:ding@gnus.org:fa3b9bf37de18da2 In-Reply-To: (Matthias Andree's message of "Fri, 11 Jul 2003 12:03:10 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53393 Matthias Andree writes: > Hi, > > I don't know the canonical way to send this, so here is some fodder for > the Gnus CVS committers, fixing grammar's off "Splitting in IMAP" > Section with gnus.texi. >:-) I presume these have been accidentally > omitted when reformulating. Nah, my grammar is simply poor. If I understood the English plural forms, I would write a elisp grammar checker, but if I understood the English plural forms, I wouldn't need a grammar checker. :-) Hm. Are there any free, general-purpose, grammar checkers? I recall looking for one a few years ago but ended up with nothing really useful. Having a flygrammar-mode in Emacs would be cool. > I didn't read the whole section, just fixed the obvious ones. I > wonder if Sieve (not mentioned) qualifies as non-standard though ;-) It now mentions Sieve too. Thanks.