From e0792ae745dfacbf858268f062d5779de3d1bc9e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Aug 2011 18:40:40 +0200 Subject: zprofile: Use null_glob for mail check --- etc/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/.zprofile b/etc/.zprofile index d188205..6569c68 100644 --- a/etc/.zprofile +++ b/etc/.zprofile @@ -24,7 +24,7 @@ function { setopt local_options setopt hist_subst_pattern - new_mail=(~/Maildir/**/new(DF:h:s/*\\/Maildir\\/./)) + new_mail=(~/Maildir/**/new(DFN:h:s/*\\/Maildir\\/./)) if (( $#new_mail )); then pr_info "Unread mail in: ${(j(, ))new_mail}" -- cgit v1.2.3