* Neil Watson <mutt@xxxxxxxxxxxxxxxx> [2003-09-29 09:20 -0400]: > I'm making my first attempt at macros. Pseudo code: > > While in index view; > Key stroke <ctrl>s; > Save current message to folder "spam"; > > I've tried this: > > macro index \Cs "<save-message>=spam\n" > > When I try it mutt locks up hard. What have I done wrong? Don't use ^S, use another kombination. ^S is "reserved" for some type of handshaking, I think. Nicolas PS: ^Q will unlock mutt again.