<<< Date Index >>>     <<< Thread Index >>>

Re: [PATCH] Mailbox Aliases



Hi,

* Kyle Wheeler wrote:
> On Wednesday, June 17 at 05:28 PM, quoth Rocco Rutte:

> >>This would appear to break situations like mine, where I use '=' to
> >>refer to $folder:

> >>    mailboxes = =friends =mutt

> >No, because mutt_expand_path() is called in advance that would expand a
> >leading '=' using $folder. However, ==foo is kind of broken.

> Ahh, I see.

> I wonder... would this redefine other prefixes? Like, what if you did
> !!=foo or @=foo ?

The same thing, the prefix is always stripped regardless if it expands 
to something. So yes, all prefixes followed by = are broken, i.e. have
an empty alias with that patch.

Rocco