Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 1a / 6089acf7ef9cf4bac4338aa0fe17e62d3e66c5
1 Return-Path: <tom@dbservice.com>\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 E6CAD4196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 06:58:44 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         autolearn=ham\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 CoXs4rpgxNsO for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Apr 2010 06:58:44 -0700 (PDT)\r
17 Received: from office.neopsis.com (office.neopsis.com [78.46.209.98])\r
18         by olra.theworths.org (Postfix) with ESMTP id 125D9431FC1\r
19         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 06:58:43 -0700 (PDT)\r
20 Received: from calvin.caurea.org ([62.65.141.13])\r
21         (authenticated user tom@dbservice.com) by office.neopsis.com\r
22         (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits));\r
23         Mon, 12 Apr 2010 15:58:10 +0200\r
24 Message-ID: <4BC326F2.10300@dbservice.com>\r
25 Date: Mon, 12 Apr 2010 15:58:10 +0200\r
26 From: Tomas Carnecky <tom@dbservice.com>\r
27 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;\r
28         rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4\r
29 MIME-Version: 1.0\r
30 To: Dirk Hohndel <hohndel@infradead.org>\r
31 Subject: Use of strcasestr\r
32 Content-Type: text/plain; charset=UTF-8; format=flowed\r
33 Content-Transfer-Encoding: 7bit\r
34 Cc: notmuch <notmuch@notmuchmail.org>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Mon, 12 Apr 2010 13:58:45 -0000\r
48 \r
49 In 4fd9ea0 (guess From address from Received headers, 2010-04-06) you \r
50 introduced strcasestr, which is not portable, see 82e47ec (notmuch \r
51 reply: Use strstr instead of strcasestr for portability., 2010-02-04).\r
52 \r
53 Is strcasestr really necessary there or can it be replaced with strstr?\r
54 \r
55 tom\r
56 \r