about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/dwm-status1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status
index 0dedc83..21eb8ae 100755
--- a/scripts/dwm-status
+++ b/scripts/dwm-status
@@ -74,7 +74,6 @@ status() { \
 
 	# Show unread mail
 	command -v neomutt >/dev/null 2>&1 &&
-		echo "$delim" &&
 		du -a ~/Mail/INBOX/new/* 2>/dev/null | wc -l | sed 's/^/: /' &&
 		echo "$delim"