Re: [PATCH 3/3] emacs: Test for thread-outlining
[notmuch-archives.git] / 19 / 090cded4808861a97497eac2c29e7f975a7c57
1 Return-Path: <Sebastian@SSpaeth.de>\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 C8356431FBC\r
6         for <notmuch@notmuchmail.org>; Wed,  3 Mar 2010 04:01:14 -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: -0.604\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.604 tagged_above=-999 required=5\r
12         tests=[AWL=-0.419, BAYES_40=-0.185] 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 nDNIMsEpNoiK for <notmuch@notmuchmail.org>;\r
16         Wed,  3 Mar 2010 04:01:14 -0800 (PST)\r
17 Received: from homiemail-a17.g.dreamhost.com (caiajhbdcbbj.dreamhost.com\r
18         [208.97.132.119])\r
19         by olra.theworths.org (Postfix) with ESMTP id 39724431FAE\r
20         for <notmuch@notmuchmail.org>; Wed,  3 Mar 2010 04:01:14 -0800 (PST)\r
21 Received: from sspaeth.de (unknown [195.190.178.84])\r
22         by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id 8D1567A8060; \r
23         Wed,  3 Mar 2010 04:01:02 -0800 (PST)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Wed, 03 Mar 2010 13:01:00 +0100\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
28 In-Reply-To: <878waaexj4.fsf@steelpick.localdomain>\r
29 References: <1267533462-15682-1-git-send-email-Sebastian@SSpaeth.de>\r
30         <878waaexj4.fsf@steelpick.localdomain>\r
31 Date: Wed, 03 Mar 2010 13:01:00 +0100\r
32 Message-ID: <87iq9dehs3.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: Re: [notmuch] [PATCH] notmuch-reply: Use a shorter 'On,\r
36  X Y wrote:' line\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 03 Mar 2010 12:01:14 -0000\r
50 \r
51 On Wed, 03 Mar 2010 07:20:47 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
52 > > +   /* If from contains '<' (not as first char),\r
53 > > +    * only use the preceding real name */\r
54 > > +   short_from = talloc_strdup(ctx, from_addr);\r
55\r
56 > I do not see, where do you assign a value to from_addr (besides the\r
57 > initial NULL).\r
58 \r
59 It is set way up earlier in that function.\r