On Thu, Oct 26, 2000 at 05:19:00PM +0000, Nollaig MacKenzie wrote:
> Actually, mutt is cute about this. If I'm reading
> =Lists/mutt-users [aka /home/nollaig/mail/Lists/mutt-users]
> and do
>
> :set folder=~/tmp
>
> mutt continues to show me =Lists/mutt-users, and typing
I would guess that mutt figures out what folder it is in when you
enter, and doesn't update the status line until you change to another
folder.
> "c" then "?" gets me a listing of my mailboxes, all of
> which are in ~/mail; but when I save a message from
As for "c?", for example with:
mailboxes =Lists/mutt-users
The = is expanded when that line in your muttrc is first processed.
This is why you must set folder before anything which uses = or +.
Changes to folder only affect subsequent uses of = or +.
> "[EMAIL PROTECTED]" the default filename offered is
> /home/nollaig/tmp/foo
Yes, because now folder is different, so =foo is /home/nollaig/tmp.
Brian