Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d9 / 2e49aace1cd41d9472e22f6b92098b5547ccea
1 Return-Path: <peterz@infradead.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id B53F4431E82\r
6         for <notmuch@notmuchmail.org>; Wed, 13 Nov 2013 12:14:30 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id tblr+nD2T5XG for <notmuch@notmuchmail.org>;\r
16         Wed, 13 Nov 2013 12:14:24 -0800 (PST)\r
17 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 38553431FD0\r
21         for <notmuch@notmuchmail.org>; Wed, 13 Nov 2013 12:14:24 -0800 (PST)\r
22 Received: from dhcp-077-248-225-117.chello.nl ([77.248.225.117] helo=laptop)\r
23         by merlin.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux))\r
24         id 1VggpT-0004Jx-OB; Wed, 13 Nov 2013 20:14:23 +0000\r
25 Received: by laptop (Postfix, from userid 1000)\r
26         id D1476103E6A33; Wed, 13 Nov 2013 21:14:21 +0100 (CET)\r
27 Date: Wed, 13 Nov 2013 21:14:21 +0100\r
28 From: Peter Zijlstra <peterz@infradead.org>\r
29 To: Austin Clements <aclements@csail.mit.edu>\r
30 Subject: Re: [PATCH] notmuch: Add "maildir:" search option\r
31 Message-ID: <20131113201421.GB5364@laptop.programming.kicks-ass.net>\r
32 References: <20131112155637.GA16796@laptop.programming.kicks-ass.net>\r
33         <87mwl94dte.fsf@awakening.csail.mit.edu>\r
34         <87k3gd4dfb.fsf@awakening.csail.mit.edu>\r
35         <20131113200852.GG16796@laptop.programming.kicks-ass.net>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 Content-Disposition: inline\r
39 In-Reply-To: <20131113200852.GG16796@laptop.programming.kicks-ass.net>\r
40 User-Agent: Mutt/1.5.21 (2012-12-30)\r
41 Cc: notmuch@notmuchmail.org\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 13 Nov 2013 20:14:30 -0000\r
55 \r
56 On Wed, Nov 13, 2013 at 09:08:52PM +0100, Peter Zijlstra wrote:\r
57 > +    if (i >= 3) {\r
58 > +     /* Consume trailing maildir directory entries */\r
59 > +     if (STRNCMP_LITERAL (maildir, "cur") == 0 ||\r
60 > +         STRNCMP_LITERAL (maildir, "new") == 0)\r
61 \r
62 maildir + i - 3\r
63 \r
64 obviously..\r
65 \r
66 \r