Re: question about deletion and counts

2018-11-07 Thread Carl Worth
On Sat, Nov 03 2018, Jeff Templon wrote: > No new mail. Removed 577 messages. Detected 89 file renames. > > 577 + 89 = 666 ... my guess is that there were 577 messages and 89 files > that represented duplicates of messages. Yes. Among the messages you had tagged as deleted you had 577 unique messa

Re: finding file by size

2018-11-07 Thread Mark Janes
Carl Worth writes: > On Tue, Nov 06 2018, Ralph Seichter wrote: >> I'm not sure about using Notmuch itself, > > Right. Notmuch doesn't currently index (as far as I'm aware) anything > that would be useful for sorting by size. > >> but this should work: >> >> find /path/to/maildir -type f -size

Re: finding file by size

2018-11-07 Thread Carl Worth
On Tue, Nov 06 2018, Ralph Seichter wrote: > I'm not sure about using Notmuch itself, Right. Notmuch doesn't currently index (as far as I'm aware) anything that would be useful for sorting by size. > but this should work: > > find /path/to/maildir -type f -size +50M | xargs rm Hmm... I imagine