From 148b40811cd400798a831804d060c95ba1ffa5a6 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Tue, 15 Apr 2008 01:56:21 +0000
Subject: [PATCH]  * don't show size of folder

---
 .muttrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.muttrc b/.muttrc
index 44b5b15..1d4fb62 100644
--- a/.muttrc
+++ b/.muttrc
@@ -329,7 +329,7 @@ set attribution='On %{%a, %d %b %Y}, %n wrote:\n'
 # %N "N" if new mail	%s size in bytes	%t "*" if tagged
 # %u owner name		%>X right justify the rest and pad with "X"
 # %|X pad to the end of the line with character "X"
-set folder_format="%3C %t%N %8s %f"
+set folder_format="%3C %t%N %f"
 			# file browser menu
 
 
-- 
2.39.5