From 684ea64ad88a3b4a5f7a0af33fdda7acb0eceb80 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 9 Jun 2016 21:33:12 +0200 Subject: [PATCH] Mutt: Raise the cache limit to 100 MB --- .mutt/purgecache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/purgecache.sh b/.mutt/purgecache.sh index 0c616b4d..d58a9be6 100755 --- a/.mutt/purgecache.sh +++ b/.mutt/purgecache.sh @@ -6,7 +6,7 @@ ## It should not output anything to stdout. ## In KB. -CACHE_LIMIT=51200 +CACHE_LIMIT=102400 cd "$1" 2>/dev/null [ $? -ne 0 ] && exit