From: Maximilian Friedersdorff Date: Fri, 6 May 2016 10:50:34 +0000 (+0100) Subject: Flow text within mutt and don't add hard line breaks X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=04049574d9402109c0661093d2f90ee1b15104f5;p=max%2Fdotfiles.git Flow text within mutt and don't add hard line breaks --- 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'"