From: martin f. krafft Date: Tue, 21 Nov 2023 13:48:40 +0000 (+0100) Subject: disable htmldump notification X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/01c320e51a4e7a6e2d28d571aa16d756b3cd8a1f disable htmldump notification --- diff --git a/.config/neomutt/htmldump b/.config/neomutt/htmldump index 396b799..b5b29e6 100755 --- a/.config/neomutt/htmldump +++ b/.config/neomutt/htmldump @@ -20,13 +20,13 @@ elif [ $WRAP -gt 0 ]; then fi -awesome-client <<-_eof - local naughty = require("naughty") - naughty.notify({ preset = naughty.config.presets.low, - title = "htmldump called", - text = [[$@]], - }) - _eof +#awesome-client <<-_eof +# local naughty = require("naughty") +# naughty.notify({ preset = naughty.config.presets.low, +# title = "htmldump called", +# text = [[$@]], +# }) +# _eof if command -v html2markdown >/dev/null; then