Re: [dwm] dwm-4.4 is on its way

From: Christian Dietrich <stettberger_AT_dokucode.de>
Date: Mon, 30 Jul 2007 18:59:38 +0200

* Jeremy O'Brien <obrien654j_AT_gmail.com> [Jul 30 2007 06:54] wrote:

> Hello there. A little off-topic from this thread, but I noticed in that
> screenshot that you have a "messages:6" line in your status bar. How in
> the heck did you get that to show there? I can't find any programs
> outside of gkrellm's mail monitor that supports maildir-style mailboxes.
> Thank you so much...

Hi,
is use this for counting my new mails in Maildir:

find ~/Maildir -name cur -or -name new | xargs -d "\n" -I "%s" ls "%s" |
egrep "^[^/:]*(:[12],[^/S]*$)?$" | wc -l

greetz
  didi

Received on Mon Jul 30 2007 - 18:59:26 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:47:24 UTC