diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-08-28 18:40:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-08-28 18:40:40 +0200 |
commit | e0792ae745dfacbf858268f062d5779de3d1bc9e (patch) | |
tree | e0101863823dd455a66abbcaab2a60e48d0c6816 | |
parent | bf1a9a038593d03c17999a4a67e4b25afe203c52 (diff) |
zprofile: Use null_glob for mail check
-rw-r--r-- | etc/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |