in message <[EMAIL PROTECTED]>, wrote David T-G thusly... > > parv -- > > ...and then parv said... > % > % i am using mutt 1.3.25i version and the following key binding/macro > % is not working anymore; it used to in some 1.2 version... > % > % macro index \cO '<collapse-all><tag-pattern> ~r>1m<enter>\;s ' "move >1 month old >mail" > % > % ...however, manually hitting the equivalent key sequence does as > % intended. <collapse-all> is there as i keep threads collapsed. > > What does the macro do? Does it do anything at all?
nothing happens at all. may be because \cO is binded to "discard" as stty shows it... cchars: discard = ^O; ... ...after assigning the macro to some other key, macro works. obviously. i don't know why i didn't suspect stty settings about a month earlier when the macro stopped working. > You might also try replacing your '\;' (why the backslash, > BTW?) with a <tag-prefix> before that, even. at the time i thought that ';' was "special". obviously not. thanks for the function replacement instead of the key. - parv --
