Re: How to count new emails in mbox format mailbox?

2010-01-04 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sunday, January 3 at 04:39 PM, quoth Ionel Mugurel Ciobica: >You were told already... > >privmailnew=$(grep -c '^From ' ${private}) >inmailnew=$(grep -c '^From ' ${inbox}) That's only true if and only if the mbox file is NOT in mboxcl2 format.

Re: Vim fold key bindings for mutt threads

2010-01-04 Thread Christian Ebert
* Horacio Sanson on Monday, January 04, 2010 at 19:22:52 +0900 > Is it possible to create Vim fold like keybindings to expand/collapse threads > in > mutt? > > Example: > zo - expand thread under the cursor > zO - expand thread under the cursor and all subthreads recursively > zc - clo

Vim fold key bindings for mutt threads

2010-01-04 Thread Horacio Sanson
Is it possible to create Vim fold like keybindings to expand/collapse threads in mutt? Example: zo - expand thread under the cursor zO - expand thread under the cursor and all subthreads recursively zc - close thread under the cursor zC - close thread under the cursor and all s