Hi,
given:
| alias girl jane doe
jane...@example.org
| alias guy john doe
john...@example.org
| alias otherguy joo doe
joo...@example.org
so long, nothing special.
Now I can have a aliasgroup:
| alias friends girl, guy
So I can write a mail to 'friends', which expands to girl and guy, which
expands to jane and john @
example.org. Great.
Now I want them to join a named group, too.
| alias -group friendsgroup friends girl, guy
which doesn't work. The alias firends is working, indeed. But the named
group friendsgroup doesn't match john or jane doe but girl and guy if,
for example. I search for the group with %Lfriendsgroup.
The only solution I could find was, to speficy the aliases as shown with
girl and guy and an alias -group with the same addresses I specified
before. So this is doubled work, error prone and sucks. Is there an
alternative way to have an alias and a named group specified? Or is it a
bug in mutt? At least I would have expected to have the alias -group
command create a named group matching the final emailadresses and not the
aliases.
Frank