Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 43 / da7236b1c42d0a2bd010dbe3213812ab691a6e
1 Return-Path: <tomi.ollila@iki.fi>\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 1B4F6431FC2\r
6         for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 06:32:27 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 Tq4gAlkFfe69 for <notmuch@notmuchmail.org>;\r
16         Wed, 29 Oct 2014 06:32:19 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 999B7431FB6\r
19         for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 06:32:19 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id A4F88100051;\r
22         Wed, 29 Oct 2014 15:32:03 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jesse Rosenthal <jrosenthal@jhu.edu>,\r
25         Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH] Avoid empty thread names if possible.\r
27 In-Reply-To: <87a94f2fe3.fsf@jhu.edu>\r
28 References: <87oatnakqy.fsf@jhu.edu> <87tx2nuvec.fsf@qmul.ac.uk>\r
29         <87a94f2fe3.fsf@jhu.edu>\r
30 User-Agent: Notmuch/0.18.1+130~ga61922f (http://notmuchmail.org) Emacs/24.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Wed, 29 Oct 2014 15:32:03 +0200\r
36 Message-ID: <m2bnov57e4.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 29 Oct 2014 13:32:27 -0000\r
52 \r
53 On Wed, Oct 29 2014, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
54 \r
55 > By the way, this discussion brings up another problem. I wasn't able to\r
56 > write a test for this (to address the below concerns) because the test\r
57 > suite for thread-naming supplies some sort of auto-generated subject\r
58 > for threads with empty subjects. So we can't test behavior for dealing\r
59 > with empty subjects.\r
60 >\r
61 > Unfortunately, I don't know the history of the test suite, or why this\r
62 > auto-subject decisicion was made, so I don't feel comfortable just\r
63 > changing the behavior.\r
64 \r
65 Autogeneration of (unique) headers when some header not given...\r
66 \r
67 Shell could distinguish between unset and empty variable, but that would\r
68 proably make most users feel PITA to use it... (*)\r
69 \r
70 ... probably better altelnative could be some magic word, like 'none' to\r
71 make generate_message() set header in question empty (and first just\r
72 implement that "feature" to Subject header.\r
73 \r
74 Tomi\r
75 \r
76 (*) personally I'd be totally comfortable with it, though ;D\r
77 \r