Re: [PATCH] config: Expand ~ to $HOME
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 11 May 2016 20:16:39 +0000 (23:16 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:48 +0000 (16:21 -0700)
1e/416d087615c7373184e44dff776b001ae1c17c [new file with mode: 0644]

diff --git a/1e/416d087615c7373184e44dff776b001ae1c17c b/1e/416d087615c7373184e44dff776b001ae1c17c
new file mode 100644 (file)
index 0000000..0ae11f3
--- /dev/null
@@ -0,0 +1,103 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 51B3C6DE02A7\r
+ for <notmuch@notmuchmail.org>; Wed, 11 May 2016 13:16:54 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.592\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.592 tagged_above=-999 required=5 tests=[AWL=-0.060,\r
+  SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id UFuqKs8-xAFK for <notmuch@notmuchmail.org>;\r
+ Wed, 11 May 2016 13:16:46 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id ECDCD6DE0281\r
+ for <notmuch@notmuchmail.org>; Wed, 11 May 2016 13:16:45 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id EDAB01000B3;\r
+ Wed, 11 May 2016 23:16:39 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Edmondson <dme@dme.org>, Bijan Chokoufe <bijan@chokoufe.com>\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] config: Expand ~ to $HOME\r
+In-Reply-To: <m2mvnw8idg.heart-of-gold@dme.org>\r
+References: <1462722574-4176-1-git-send-email-bijan@chokoufe.com>\r
+ <m2r3dc7azk.fsf@guru.guru-group.fi>\r
+ <CAOsAL0pp+3b-sf_k5kdrN7r1W8EtkC2vJ44Mg-e+su-8V=H6bQ@mail.gmail.com>\r
+ <m21t5bll8y.fsf@guru.guru-group.fi> <20160509215724.GA3634@600B5B>\r
+ <m28tzi9vah.heart-of-gold@dme.org>\r
+ <CAOsAL0rr2FdG1gPOcaMV_iqORRrXAKYc8wA_YWWjC+TTibar3w@mail.gmail.com>\r
+ <m2mvnw8idg.heart-of-gold@dme.org>\r
+User-Agent: Notmuch/0.22+18~gbe09ed8 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 11 May 2016 23:16:39 +0300\r
+Message-ID: <m2zirw4afs.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 11 May 2016 20:16:54 -0000\r
+\r
+On Wed, May 11 2016, David Edmondson <dme@dme.org> wrote:\r
+\r
+> On Wed, May 11 2016, Bijan Chokoufe wrote:\r
+>\r
+>> so what would be the spec for handling ~user?\r
+>\r
+> Look up "user" in the password file and replace "~user" with their home\r
+> directory. See getpwnam().\r
+>\r
+>> As Tomi pointed out ~foo will point to different folders if set by user\r
+>> 'foo' or by user 'bar'.\r
+>\r
+> ~foo means "the home directory of user foo", independent of who is using\r
+> it, so it will be the same when used by both user foo and user bar.\r
+>\r
+\r
+3 things more if you're cooking new patch\r
+\r
+1) use git send-email -- then it is easier to apply.\r
+\r
+2) on talloc() use config instead of NULL to lessen unfreed memory\r
+   at program exit\r
+\r
+3) talloc_free() old config->database_path and set it to point the new\r
+   value.\r
+\r
+Tomi\r
+\r
+\r
+\r
+>> To what folder should it point and where do I get this information?\r
+>>\r
+>> David Edmondson <dme@dme.org> schrieb am Di., 10. Mai 2016 um 10:22 Uhr:\r
+>>\r
+>>> On Mon, May 09 2016, Bijan Chokoufe Nejad wrote:\r
+>>>\r
+>>> >> ~user is ~ in case you're 'user' -- except that now that I think of it\r
+>>> >> ~user could read home directory from /etc/passwd and not using $HOME.\r
+>>> >> If you're 'eve', then ~alice should definitely be different than ~\r
+>>> >\r
+>>> > OK I see. I never used ~user instead of ~ and don't see any advantage in\r
+>>> using\r
+>>> > ~user but good to know it's there.\r
+>>>\r
+>>> A solution that supports ~ but not ~user seems incomplete.\r
+>>>\r