From ef3f86219175324066d34195e065c8c73aae5d54 Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Tue, 1 Dec 2020 22:03:22 +0100 Subject: [PATCH] mail: Remove format-flowed Remove format flowed configuration from mutt and vim. I tried this some time and will stick to self formatting. --- mail/.config/mutt/muttrc | 1 - vim/.vim/ftplugin/mail.vim | 1 - 2 files changed, 2 deletions(-) diff --git a/mail/.config/mutt/muttrc b/mail/.config/mutt/muttrc index 44a5b0c..161fdf0 100644 --- a/mail/.config/mutt/muttrc +++ b/mail/.config/mutt/muttrc @@ -54,7 +54,6 @@ set delete = yes set pager_index_lines = 10 set query_command = "khard email --parsable %s" set print_command="muttprint" -set text_flowed = yes set wait_key = no unset folder diff --git a/vim/.vim/ftplugin/mail.vim b/vim/.vim/ftplugin/mail.vim index 9064c78..d5574ab 100644 --- a/vim/.vim/ftplugin/mail.vim +++ b/vim/.vim/ftplugin/mail.vim @@ -1,2 +1 @@ setl tw=72 -setl fo=aw