bugfix: force less to use colors

This commit is contained in:
2026-03-18 14:10:24 +01:00
parent 3159075642
commit 3668bc7026
+1 -1
View File
@@ -89,7 +89,7 @@ fi
if [ "${1:-}" = "--view-source" ]; then if [ "${1:-}" = "--view-source" ]; then
shift shift
messageid="$1" messageid="$1"
$NOTMUCH show --part=0 id:"$messageid" | $CATEMAIL | less $NOTMUCH show --part=0 id:"$messageid" | $CATEMAIL | less -R
exit exit
fi fi