]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Flow text within mutt and don't add hard line breaks
authorMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 6 May 2016 10:50:34 +0000 (11:50 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 6 May 2016 10:50:34 +0000 (11:50 +0100)
mutt/.mutt/muttrc

index 9259030fb35c89f2b12eaaadfb9ad707f433e61c..4dee74f837d20b69c6c757558ed975f71a7a97e0 100644 (file)
@@ -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'"