* Bo Peng <[EMAIL PROTECTED]> [2002-04-08 19:05]: > A macro to toggle all new email as read, if anyone is interested: > macro »·index»··"\Cr"»··»···"T~N\nN\Ct.\n"»·"Mark all new messages as read"
copy+paste from vim? anyway - this can be wrong if 'T' means something else than <tag-pattern>.. :-( the following is a little longer - but should work even when the keys are bound to other commands: macro index \Cr \ "<tag-pattern>~N\n<tag-prefix><clear-flag>N" \ "Mark all new messages as read" Too bad there's no <toggle-flag> command. any takers? Sven