Re: how to mark all as read?

2009-01-04 Thread Chengqi(Lars) Song
great, it works well for me best lars On Mon, 05 Jan 2009, Ed Blackman wrote: > On Mon, Jan 05, 2009 at 02:12:46PM +0800, Chengqi(Lars) Song wrote: >> i know how to do it step by step: >> ctrl-t >> ~N >> ;N >> >> but how to bind this function to a single key? > > macro index c > "~T\n~N\n~T\n"

Re: how to mark all as read?

2009-01-04 Thread Ed Blackman
On Mon, Jan 05, 2009 at 02:12:46PM +0800, Chengqi(Lars) Song wrote: i know how to do it step by step: ctrl-t ~N ;N but how to bind this function to a single key? macro index c "~T\n~N\n~T\n" Change the key to something you'd prefer. The first part clears any existing tags, so that the d

how to mark all as read?

2009-01-04 Thread Chengqi(Lars) Song
hi, i know how to do it step by step: ctrl-t ~N ;N but how to bind this function to a single key? best lars