From 04049574d9402109c0661093d2f90ee1b15104f5 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 6 May 2016 11:50:34 +0100 Subject: [PATCH] Flow text within mutt and don't add hard line breaks --- mutt/.mutt/muttrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 9259030..4dee74f 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -27,11 +27,9 @@ set alias_file=~/.mutt/aliases set sort_alias= alias source $alias_file -#set query_command="abook --mutt-query '%s'" -#macro index a "|abook --add-email\n" 'add sender to abook' -#macro pager a "|abook --add-email\n" 'add sender to abook' - +# View urls more easily with urlview macro index \cb "|urlview\n" macro pager \cb "|urlview\n" - +set text_flowed=yes +set editor="vim +':set textwidth=0' +':set wrapmargin=0' +:set wrap'" -- 2.45.2