Expanding relative paths

2020-08-30 Thread Aaron Schrab
Commit 0f455d513 (Change expand_path() to expand relative paths., 2020-07-26) caused my configuration to break. I was using the following command: source "exec $HOME/.mutt/expand_muttrc detect mboxes |" With that change mutt now prepends the current directory to `exec`, causing the `sourc

Re: Expanding relative paths

2020-08-30 Thread Kevin J. McCarthy
On Sun, Aug 30, 2020 at 02:41:59PM -0400, Aaron Schrab wrote: Commit 0f455d513 (Change expand_path() to expand relative paths., 2020-07-26) caused my configuration to break. I was using the following command: source "exec $HOME/.mutt/expand_muttrc detect mboxes |" Whoops. Sorry about tha

Re: Expanding relative paths

2020-08-30 Thread Kevin J. McCarthy
On Sun, Aug 30, 2020 at 11:50:33AM -0700, Kevin J. McCarthy wrote: On Sun, Aug 30, 2020 at 02:41:59PM -0400, Aaron Schrab wrote: Commit 0f455d513 (Change expand_path() to expand relative paths., 2020-07-26) caused my configuration to break. I was using the following command: source "exec $H

Re: Expanding relative paths

2020-08-30 Thread Aaron Schrab
At 13:34 -0700 30 Aug 2020, "Kevin J. McCarthy" wrote: I've taken a closer look, and I believe this issue only affects $signature and the source command. I've just pushed a fix turning off relative expansion for those cases when the value ends with a pipe. That's working so far, and I don't