Re: sending to fastmail with mutt

2014-11-19 Thread John Long
On Tue, Nov 18, 2014 at 09:06:24PM -0800, Tom Fowle wrote: Havn't been able to send mail through fastmail.fm from mutt for a year, Just double checking that at one point you were? This only works for paid accounts according to this page

Re: sending to fastmail with mutt

2014-11-19 Thread Marcel Hlopko
Hi Tom, I won't probably tell you what's wrong, I use msmtp to send email from mutt via fastmail. Here is my config: account fastmail logfile ~/tmp/msmtp.log host mail.messagingengine.com from mar...@hlopko.com auth on user mhlo...@fastmail.fm tls on

Re: sending to fastmail with mutt

2014-11-19 Thread Peter Davis
On Tue, Nov 18, 2014 at 09:06:24PM -0800, Tom Fowle wrote: snip from .muttrc set my_server=mail.messagingengine.com set my_smtp_server=mail.messagingengine.com set my_user=wa6iv...@fastmail.fm set my_pass = set header_cache=~/.mutt/hcache/fastmail set imap_user=$my_user set

mutt/vim line wrap configuration

2014-11-19 Thread Dale
read in the docs and on google this line in my ~/.slrnrc set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap' seems to wraps when I type or copy/paste into vim but when I read the message, Mutt has a plus sign in front of each wrapped line I will check the docs for line/word

Re: mutt/vim line wrap configuration

2014-11-19 Thread Dale
On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote: read in the docs and on google this line in my ~/.slrnrc ofcourse I mean ~/.muttrc having a problem with slrn/vim too when I press W slrn puts a space in front of each wrapped line having this discussion on the slrn list set editor=vim

Re: mutt/vim line wrap configuration

2014-11-19 Thread John Long
On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote: read in the docs and on google this line in my ~/.slrnrc set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap' seems to wraps when I type or copy/paste into vim Problem solved! but when I read the message, Mutt has a

Re: mutt/vim line wrap configuration

2014-11-19 Thread Dale
On Wed, Nov 19, 2014 at 08:34:15PM +, John Long wrote: On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote: read in the docs and on google this line in my ~/.slrnrc set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap' seems to wraps when I type or copy/paste

Re: mutt/vim line wrap configuration

2014-11-19 Thread John Long
On Wed, Nov 19, 2014 at 04:26:43PM -0500, Dale wrote: On Wed, Nov 19, 2014 at 08:34:15PM +, John Long wrote: On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote: read in the docs and on google this line in my ~/.slrnrc set editor=vim +':set textwidth=0' +':set wrapmargin=0'

Re: mutt/vim line wrap configuration

2014-11-19 Thread Gary Johnson
On 2014-11-19, Dale wrote: On Wed, Nov 19, 2014 at 08:34:15PM +, John Long wrote: On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote: read in the docs and on google this line in my ~/.slrnrc set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap' seems to

Re: mutt/vim line wrap configuration

2014-11-19 Thread Ken Moffat
On Wed, Nov 19, 2014 at 04:26:43PM -0500, Dale wrote: not yet, when I type, as opposed to cut/paste, it wraps but it puts a plus sign in front of each line, this would be especially troublesome with URLs set markers=no That used to be at #markers in the manual, but a quick google implies

where I am at with line wrap

2014-11-19 Thread Dale
I have been looking through mutt, nano and vim docs and web pages for about 8 hours and I can't get this any further than before this is what was suggested and I added to my ~/.muttrc set wrap=72 set smart_wrap set editor=nano -r 75 my terminal is set at 80x24 if I type less than 80 chars

Re: mutt/vim line wrap configuration

2014-11-19 Thread Erik Christiansen
On 20.11.14 16:32, Erik Christiansen wrote: The following is an alternative method, if you do not like the mode toggle: Paste without needing pastetoggle to avoid staircase text, due to ai always set. Works with +y} in another vim instance. Also avoids wrapping. nnoremap A-p +p inoremap

Re: SOLVED, mutt/vim line wrap configuration

2014-11-19 Thread Dale
On Wed, Nov 19, 2014 at 04:26:43PM -0500, Dale wrote: On Wed, Nov 19, 2014 at 08:34:15PM +, John Long wrote: On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote: read in the docs and on google this line in my ~/.slrnrc set editor=vim +':set textwidth=0' +':set wrapmargin=0'