On Mon, May 09 2016, Tomi Ollila <tomi.ollila@iki.fi> wrote: > your code checked that path[0] == '~', but nothing else, e.g. > > ~123randomstuff/... would expand as /home/user23randomstuff/... actually /home/user/23randomstuff/... Tomi
Subject: Re: [PATCH] config: Expand ~ to $HOME
Date: Mon, 09 May 2016 11:40:33 +0300
To: Bijan Chokoufe, notmuch@notmuchmail.org
Cc:
From: Tomi Ollila
On Mon, May 09 2016, Tomi Ollila <tomi.ollila@iki.fi> wrote: > your code checked that path[0] == '~', but nothing else, e.g. > > ~123randomstuff/... would expand as /home/user23randomstuff/... actually /home/user/23randomstuff/... Tomi