* Rocco Rutte <[EMAIL PROTECTED]> [2002-06-23 11:33]: > * Sven Guckes [02-06-23 13:08:33 +0200] wrote: > > homework: modify this macro to search backward for the latest > > flagged message which contains "manual.txt" in the body. ;-) > > My wild guess: > macro index #F ':push <sort-mailbox>d<search-reverse>~F~bmanual.txt<enter>'
"push" is overkill. and who said to change the mailbox order? and even though spaces between pattern parts are not necessary i find it much more readable with spaces in between them: macro index #FM '<search-reverse>~F ~b manual.txt\n' oh, yes, "<enter>" is possible - but it's much too long. Sven [hoping for an either-or operator for the patterns]