commit 741845e577983988cc712036374e8876e9c7c3f1
parent b0e6198d2abe04119e989a3240a0cd0fcb868992
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 28 Jan 2024 20:39:02 +0100
Un-fill format=flowed emails
Letting visual-line-mode take care of wrapping.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gnus b/.gnus
@@ -71,6 +71,7 @@
"^From:" "^Organization:" "^Followup-To:" "^To:" "^Cc:" "^Newsgroups:")
gnus-treat-display-smileys nil
;; Do not fill anything; let visual-line-mode wrap text.
+ fill-flowed-display-column most-positive-fixnum
gnus-article-unfold-long-headers t
gnus-treat-fill-article nil
gnus-treat-fill-long-lines nil