Mutt: Fix cache purge and attachment name encoding

master
Pierre Neidhardt 2015-10-13 16:55:51 +02:00
parent bfc6f763a6
commit 2e554de635
2 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,5 @@ while IFS= read -r i; do
rm "$i"
[ $(du -s . | cut -f1 -d' ') -lt $CACHE_LIMIT ] && exit
done <<EOF
$(ls -rt $(find . -type f))
$(ls -rt "$(find . -type f)")
EOF

View File

@ -69,6 +69,7 @@ set mime_forward_rest=yes
set pager_index_lines=8
## Encoding
set rfc2047_parameters=yes
set send_charset="us-ascii:utf-8"
## Remove delay between mailbox switches.