From e46acdf8e866df959e33a6baad97c61ef40cbe3d Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 3 Feb 2022 11:20:28 +0100 Subject: [PATCH] Don't trigger warnings about not setting fill-column to nil --- modules/graphical/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index ae293329..230c0496 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -128,7 +128,7 @@ in (mu4e-attachment-dir "/home/charlotte/downloads/" "Save attachments to downloads folder") (mu4e-compose-dont-reply-to-self t "Don't reply to myself on reply to all") (mu4e-compose-format-flowed t "Send format=flowed mails when use-hard-newlines gets enabled") - (fill-flowed-display-column nil "Dont fill when decoding flowed messages, let visual-line-mode handle it") + (fill-flowed-display-column 1000000000000 "Dont fill when decoding flowed messages, let visual-line-mode handle it") (gnus-treat-fill-long-lines nil "Let visual-line-mode handle filling") (mu4e-confirm-quit nil "Don't confirm when quitting") (mu4e-completing-read-function 'completing-read "Use default completing read function")