disable text wrapping

2014-02-28 Thread YuGiOhJCJ Mailing-List
Hello, On Mutt 1.5.21, my editor is Vim 7.3. I don't like when it breaks automatically my lines when I am writing an e-mail. Is there a way to disable the text wrapping in Mutt? (I saw the wrap setting in ~/.muttrc that can be set to positive, negative or null value but in these 3 cases, the

Re: disable text wrapping

2014-02-28 Thread Sebastian Tramp
On Fri, Feb 28, 2014 at 02:40:00PM +0100, YuGiOhJCJ Mailing-List wrote: On Mutt 1.5.21, my editor is Vim 7.3. I don't like when it breaks automatically my lines when I am writing an e-mail. Hi, this is rather a vim than a mutt configuration issue. try set nowrap in addition to set

Re: disable text wrapping

2014-02-28 Thread Gary Johnson
On 2014-02-28, YuGiOhJCJ Mailing-List wrote: Hello, On Mutt 1.5.21, my editor is Vim 7.3. I don't like when it breaks automatically my lines when I am writing an e-mail. Is there a way to disable the text wrapping in Mutt? (I saw the wrap setting in ~/.muttrc that can be set to

Re: disable text wrapping

2014-02-28 Thread YuGiOhJCJ Mailing-List
Indeed, it was a problem of my Vim text editor configuration. I just need to add the line below to my ~/.vimrc file: au filetype mail :setlocal fo-=t On Fri, 28 Feb 2014 14:53:33 +0100 Sebastian Tramp m...@sebastian.tramp.name wrote: On Fri, Feb 28, 2014 at 02:40:00PM +0100, YuGiOhJCJ

Re: disable text wrapping

2014-02-28 Thread Will Yardley
On Fri, Feb 28, 2014 at 10:39:19AM -0800, Gary Johnson wrote: On 2014-02-28, YuGiOhJCJ Mailing-List wrote: On Mutt 1.5.21, my editor is Vim 7.3. I don't like when it breaks automatically my lines when I am writing an e-mail. Is there a way to disable the text wrapping in Mutt? Then

Re: disable text wrapping

2014-02-28 Thread Mark Filipak
On 2014/2/28 2:11 PM, Will Yardley wrote: On Fri, Feb 28, 2014 at 10:39:19AM -0800, Gary Johnson wrote: On 2014-02-28, YuGiOhJCJ Mailing-List wrote: On Mutt 1.5.21, my editor is Vim 7.3. I don't like when it breaks automatically my lines when I am writing an e-mail. Is there a way to

Re: disable text wrapping

2014-02-28 Thread Matthias Apitz
El día Friday, February 28, 2014 a las 02:22:58PM -0500, Mark Filipak escribió: That said, you should probably wrap your emails at 80 characters, even if you don't think you should. w I believe the standard (expected, desired) wrap is 72 characters. +1 matthias --