Re: Create a "cd" command to change the current directory

2009-01-07 Thread Cameron Simpson
On 03Jan2009 17:27, David Champion wrote: | > I think it's a good idea, but it'll have to queue up behind bug | > fixes. It would be nice to try to clean up other path handling warts | > (LastDir vs attachments, local vs IMAP) when we do this. | | Alongside a cd I'd like to see a pushd/popd. Cd

Re: [PATCH] Create a "cd" command to change the current directory

2009-01-03 Thread David Champion
> I think it's a good idea, but it'll have to queue up behind bug > fixes. It would be nice to try to clean up other path handling warts > (LastDir vs attachments, local vs IMAP) when we do this. Alongside a cd I'd like to see a pushd/popd. Cd could even be the pushd operation. Personally I don'

Re: [PATCH] Create a "cd" command to change the current directory

2009-01-03 Thread Brendan Cully
On Sunday, 28 December 2008 at 14:34, Adeodato Simó wrote: > Hello! (Long time no see, heh.) > > I'd very grateful if the attached patch could be considered for > inclusion. It adds a very simple "cd" command that changes the current > working directory of the Mutt process. > > I've missed this e

[PATCH] Create a "cd" command to change the current directory

2008-12-28 Thread Adeodato Simó
, not smart enough to debug it. -- Brian W. Kernighan # HG changeset patch # User Adeodato Simó # Date 1230470440 -3600 # Branch HEAD # Node ID bd0973548818abf31b25a70aacd225e831ad8560 # Parent 4917897ac9b10be922b449ed7aa8c4be058e4b5a Create a "cd" command to change the current director