Re: Mark all messages in folder read

2001-03-18 Thread Byrial Jensen
On Sun, Mar 18, 2001 at 16:13:12 -0600, David Champion wrote: > Just a small tip: in a large mailbox, tagging "~A" is noticeably faster > than "." No, it is not. There are equal fast because of a little hack in the code (in the function mutt_check_simple in pattern.c) which checks for "." and con

Re: Mark all messages in folder read

2001-03-18 Thread Tommi Komulainen
On Sun, Mar 18, 2001 at 07:47:58PM +0100, Stefan Schwandter wrote: > Hello all, > > is there a way to quickly mark all messages in a mail folder (similar to > do a catch up in a newsreader) ? T.;^R That is: T. Tag all messages matching '.' (means all of them) ;^R Mark all tagg

Re: Mark all messages in folder read

2001-03-18 Thread Stefan Schwandter
On Sun, Mar 18, 2001 at 11:16:22PM +0100, phaust wrote: > > macro .c "T.*\nWN" "Cath up" > > Oops, it's not what-i've-meant :> Better try this: > > macro index .c "T.*\n;WN" "Cath up" I figured it out, thanks :-) regards, Stefan

Re: Mark all messages in folder read

2001-03-18 Thread Stefan Schwandter
On Sun, Mar 18, 2001 at 04:13:12PM -0600, David Champion wrote: > > macro .c "T.*\nWN" "Cath up" > > Just a small tip: in a large mailbox, tagging "~A" is noticeably faster > than "." or ".*". The latter performs a regular expression match > against all messages, while the former just selects e

Re: Mark all messages in folder read

2001-03-18 Thread Juergen Salk
* Stefan Schwandter <[EMAIL PROTECTED]> [010318 20:35]: > is there a way to quickly mark all messages in a mail folder (similar to > do a catch up in a newsreader) ? Try adding a macro like that in your $HOME/.muttrc: macro index \ec "T.*\n;WN;WO^T.*\n" "catch up" This should cle

Re: Mark all messages in folder read

2001-03-18 Thread phaust
Hi. On Sun, Mar 18, 2001 at 09:11:24PM +0100, phaust wrote: > macro .c "T.*\nWN" "Cath up" Oops, it's not what-i've-meant :> Better try this: macro index .c "T.*\n;WN" "Cath up" Best regards, -- +[: phaust (at) users.sourceforge.net :]+---+[: http://www.phaust.z.pl/ :]+ +[: the slPIM project

Re: Mark all messages in folder read

2001-03-18 Thread David Champion
On 2001.03.18, in <20010318211124.A574@madmachine>, "phaust" <[EMAIL PROTECTED]> wrote: > Hi. > > On Sun, Mar 18, 2001 at 07:47:58PM +0100, Stefan Schwandter wrote: > > Hello all, > > > > is there a way to quickly mark all messages in a mail folder (similar to > > do a catch up in a news

Re: Mark all messages in folder read

2001-03-18 Thread phaust
Hi. On Sun, Mar 18, 2001 at 07:47:58PM +0100, Stefan Schwandter wrote: > Hello all, > > is there a way to quickly mark all messages in a mail folder (similar to > do a catch up in a newsreader) ? Yes, of course. Tag all messages (T .*), and then remove N flag from all of them (W N). Here's macr

Mark all messages in folder read

2001-03-18 Thread Stefan Schwandter
Hello all, is there a way to quickly mark all messages in a mail folder (similar to do a catch up in a newsreader) ? regards, Stefan