On 10-03-2011, at 15h 58'57", chris M. sprite wrote about "mutt alias setting and add" > how to add alias in mutt index or pager ? > ( set a macro ? any command can do this ? like <save-message> )
Have you try to press "a"? > > can i set multi mail address for one alias like bellowing: > alias kkk kk is little <[email protected]>, <[email protected]> > ( i find that the mutt just use the last mail address when i set like upper ) > how to let mutt send to all of upper mail address ? > try this (in your .muttrc): alias k3 kkk <[email protected]> alias k2 kk <[email protected]> alias k k2,k3 your example may work if you get rid of the space before the comma, as well as the "kk is little", so it will became: alias kkk [email protected],[email protected] If you need the set the names, then you must use some quotes: alias k "kk <[email protected]>","kkk <[email protected]>" So, remember, no spaces in e-mail address, if multiple, always use comma, but no space before or after it. If you must use spaces (e.g. to set names) always put full address in quotes. Ionel
