* Adam Wellings on Tuesday, July 21, 2009 at 20:28:39 +0100
> On Tue, 21 Jul 2009, Christian Ebert wrote:
>> Well, your nodes clobber the mailboxes list, don't they.
> 
> Not that I can see.

Do <toggle-mailboxes> (bound to <tab> by default) in the browser.
This lists your configured mailboxes, and the nodes shouldn't be
in there, imho.

> Anyway, I went back to my previous one with the addition
> of -prune. It's ~0.5s instead of the ~0.3s that that one came up with. I
> can live

Oh, right, good idea (I don't understand this -prune stuff
really, to be honest).

This works also for find w/o -printf:

find ~/Mail -type d -name cur -prune -execdir pwd \;

Another idea:

find ~/Mail -type d \( -name cur -o -name new -o -name tmp \) -prune -execdir 
pwd \; | uniq

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
_F R E E_  _V I D E O S_  http://www.blacktrash.org/underdogma/
                          http://www.blacktrash.org/underdogma/index-en.html

Reply via email to