[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 28 / 82f645dddf08815012c856d229bf316951ba07
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 arlo.cworth.org (Postfix) with ESMTP id B21786DE0022\r
6  for <notmuch@notmuchmail.org>; Mon,  9 May 2016 01:40:43 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.592\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.592 tagged_above=-999 required=5 tests=[AWL=-0.060,\r
12   SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 5-99rS3LjfWI for <notmuch@notmuchmail.org>;\r
16  Mon,  9 May 2016 01:40:35 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 2A3A86DE0005\r
19  for <notmuch@notmuchmail.org>; Mon,  9 May 2016 01:40:35 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id A88141000B3;\r
22  Mon,  9 May 2016 11:40:33 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Bijan Chokoufe <bijan@chokoufe.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] config: Expand ~ to $HOME\r
26 In-Reply-To: <m21t5bll8y.fsf@guru.guru-group.fi>\r
27 References: <1462722574-4176-1-git-send-email-bijan@chokoufe.com>\r
28  <m2r3dc7azk.fsf@guru.guru-group.fi>\r
29  <CAOsAL0pp+3b-sf_k5kdrN7r1W8EtkC2vJ44Mg-e+su-8V=H6bQ@mail.gmail.com>\r
30  <m21t5bll8y.fsf@guru.guru-group.fi>\r
31 User-Agent: Notmuch/0.22+18~gbe09ed8 (http://notmuchmail.org) Emacs/24.5.1\r
32  (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Mon, 09 May 2016 11:40:33 +0300\r
37 Message-ID: <m21t5b7hfi.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.20\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44  <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Mon, 09 May 2016 08:40:43 -0000\r
53 \r
54 On Mon, May 09 2016, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
55 \r
56 > your code checked that path[0] == '~', but nothing else, e.g.\r
57 >\r
58 > ~123randomstuff/... would expand as /home/user23randomstuff/...\r
59 \r
60 actually /home/user/23randomstuff/...\r
61 \r
62 Tomi\r