On Wed, Feb 25, 2009 at 4:30 PM, Christian Brabandt <[email protected]> wrote: > Hi Asif! > > On Wed, 25 Feb 2009, Asif Iqbal wrote: > >> Essentially, I am looking for some limit search, maybe, to display >> only the emails with new status and then perform an action like - >> change the status to read. >> >> Thanks >> > > I use the following macro to get a quick overview of unread messages: > macro index ,n <limit>~N<enter> "only show new messages" > and if you'd like to quickly tag and mark those new mesages read, the > following macro should work: > > macro index ,r > '<tag-pattern>~N<enter><tag-prefix-cond><toggle-new><untag-pattern>~T<enter>' > 'mark all unread messages read'
sweet! > > > regards, > Christian > -- > hundred-and-one symptoms of being an internet addict: > 128. You can access the Net -- via your portable and cellular phone. > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
