From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54031 Path: main.gmane.org!not-for-mail From: Hanak David Newsgroups: gmane.emacs.gnus.general Subject: Re: How to split on content-length? Date: Tue, 23 Sep 2003 20:41:41 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064379044 4428 80.91.224.253 (24 Sep 2003 04:50:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2003 04:50:44 +0000 (UTC) Original-X-From: ding-owner+M2572@lists.math.uh.edu Wed Sep 24 06:50:42 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A21bt-0007Y5-00 for ; Wed, 24 Sep 2003 06:50:42 +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 1A21bP-0004T5-00; Tue, 23 Sep 2003 23:50:11 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A1s6b-0003Ky-00 for ding@lists.math.uh.edu; Tue, 23 Sep 2003 13:41:46 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 3A56B3A009C for ; Tue, 23 Sep 2003 13:41:45 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1A1sCy-0001lJ-00 for ; Tue, 23 Sep 2003 20:48:20 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 14 Original-NNTP-Posting-Host: adsl240060.vnet.hu Original-X-Trace: quimby.gnus.org 1064342900 6743 62.77.240.60 (23 Sep 2003 18:48:20 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 23 Sep 2003 18:48:20 +0000 (UTC) Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAwBAMAAACRVSWoAAAAIVBMVEV9V0yxtLAfFxn5+/jP 09FMNjJnRj/s8ewwJSaWa18mHR/J1LfGAAACYklEQVR4nF3SMWvcMBQH8FfoqfV2Ji7XrJ6Kt+CA yVYTtaHbDZXxdXIGi8sYnGKyJQGXV00XuF7qrRgCQp+yf+nS0NbD+fzze3rvSaY8v8rDVS66cC/y nPK8x7+uOJxXOk5Az1iOUVsbZ4fTY2AX8GismXlKM3UeYw2PRffxB7NhM6VONad5SC8uWwQ6M2Vp 6oaD/ZrFG2br3DuejEuzF13A45qNNSnCLNYdDgKeGJ6cneyUWb5L7Wdgl39FoDMZUtngdpsXwLeo m8E9Ouduu4L6/DW7NLWOTepc5tz33qevjbETW4SmWWrNL2Df1QZZ6AnNg3lYoHrPfAdJfSTacuzx 2GNmPGHOzD2eBUR7mS/DPNSGH/s9GubaZFy3SgG7fTpz1aphULpViD4FFtg1tdRKaS1Ey+7GY167 oa20WhKRaA0m8vjTfhO6IRqh2rjzgB/YB0XjGG1If3Fbj/0JEOQvoWu79S3112optNedqqr18NLv Z3+9bhryShqVeOt3vrieNRuhadyItRbtzatwHEeziGgpok002zVi9bDHHZ5XY7RDIaILj7K/RA0k 4824QW8PaEnG8b4dj17x8VHyB8eAYvwPm/AiAZZlfBiMAtJ9jJ2X0Pl+TfLpcbzoKJFxOd+P/oRx R6VMpC8xRhgVHQEXVCZAxIiKlEbvwJgkEBssWoUTqeg8CRhLRJJqK2pxSk9YBtQYW+A3/hsbzI5X F6Usn3BO7ZJweLp6iSfp8Uy+H2dYkSt1k8hn/DSKQala1at/cFwzlO+BpUe5kCUGqpXilfSRZQlM rqSfvFXV1jeN0N9h90AtS30f5wAAAABJRU5ErkJggg== User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:pouxybOY74wQEOUMcEVt2MktdRo= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54031 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54031 On Tue, 23 Sep 2003, Tom Koelman wrote: > The second element can also be a function. In that case, it > will be called narrowed to the headers with the first element of > the rule as the argument. It should return a non-`nil' value if > it thinks that the mail belongs in that group. > > Does this mean the second argument will contain the headers? No. There is only one argument. However, it will be called with the currently active buffer containing the mail, narrowed to the header parts. To narrow to the body part, call widen followed by gnus-narrow-to-body. David