line wrap with editors

2014-11-18 Thread Dale
seem to have line wrap problems with
nano and vi(vim?)

how can I fix this or use gedit,emacs

thanks

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: line wrap with editors

2014-11-18 Thread Patrick Shanahan
* Dale d...@dalekelly.org [11-18-14 14:16]:
 seem to have line wrap problems with
 nano and vi(vim?)

what kind of problem would that be?
 
 how can I fix this or use gedit,emacs

w/o knowing problem your question cannot be answered, but...
if setting line length/wrap is what you are looking for, you should
consult the documentation for your editor of choice.  The editor
parameters is chosen by you, not by or controled by mutt, but ...
you can pass parameters to your editor via muttrc.
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net


Re: line wrap with editors

2014-11-18 Thread Francesco Ariis
On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:
 how can I fix this or use gedit,emacs

Not sure this is what you are asking for, but

set editor=emacs # or something else

could do
-F


Re: line wrap with editors

2014-11-18 Thread John Niendorf

I use nano which I think is the default editor in Ubuntu.
I have this in my .muttrc file:

set wrap=78
set smart_wrap
set editor=nano -r 75

and it seems to work well.

On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:

seem to have line wrap problems with
nano and vi(vim?)

how can I fix this or use gedit,emacs

thanks

--
(my whereabouts below)
http://www.dalekelly.org


--
John


see the attached files pdf with atril

2014-11-18 Thread Gerard ROBIN
Hello,
when I install evince, the file /etc/mailcap is updated automatically
and I can see the pdf files attached to an email, but if I remove evince
and I install atril instead, the file /etc/mailcap is not updated.
Of course I configure it by hand. But I would like to know who is
concerned by the problem : atril, Debian, mutt ?

tia.

-- 
Gerard
___
***
*  Created with mutt 1.5.21-6.2+deb7u2  *
*  under Debian Linux WHEEZY version 7.7  *
*  Registered Linux User #388243  *
*  https://Linuxcounter.net   *
***



Re: line wrap with editors

2014-11-18 Thread Dale
On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote:
 I use nano which I think is the default editor in Ubuntu.
 I have this in my .muttrc file:
 
 set wrap=78
 set smart_wrap
 set editor=nano -r 75
 
 and it seems to work well.

this works for things I copy/cut and paste, but typing does
not yet wrap, a $ comes up, then when I receive the message
a + is in front of the line where it is wrapped

thanks


 
 On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:
 seem to have line wrap problems with
 nano and vi(vim?)
 
 how can I fix this or use gedit,emacs
 
 thanks
 
 -- 
 (my whereabouts below)
 http://www.dalekelly.org
 
 -- 
 John
 

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: see the attached files pdf with atril

2014-11-18 Thread Patrick Shanahan
* Gerard ROBIN g.rob...@free.fr [11-18-14 18:18]:
 when I install evince, the file /etc/mailcap is updated automatically
 and I can see the pdf files attached to an email, but if I remove evince
 and I install atril instead, the file /etc/mailcap is not updated.
 Of course I configure it by hand. But I would like to know who is
 concerned by the problem : atril, Debian, mutt ?

mutt provides you sample mailcap files so you can roll-yer-own.  Someone
else may be concerned  :^)

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net


Re: line wrap with editors

2014-11-18 Thread Patrick Shanahan
* Dale d...@dalekelly.org [11-18-14 18:37]:
 On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote:
  I use nano which I think is the default editor in Ubuntu.
  I have this in my .muttrc file:
  
  set wrap=78
  set smart_wrap
  set editor=nano -r 75
  
  and it seems to work well.
 
 this works for things I copy/cut and paste, but typing does
 not yet wrap, a $ comes up, then when I receive the message
 a + is in front of the line where it is wrapped
 
 thanks
 
 
  
  On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:
  seem to have line wrap problems with
  nano and vi(vim?)
  
  how can I fix this or use gedit,emacs
  
  thanks
  
  -- 
  (my whereabouts below)
  http://www.dalekelly.org
  
  -- 
  John
  
 
 -- 
 (my whereabouts below)
 http://www.dalekelly.org

What do you suppose causes that to happen?

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net


Re: line wrap with editors

2014-11-18 Thread Dale
On Tue, Nov 18, 2014 at 06:52:01PM -0500, Patrick Shanahan wrote:
 * Dale d...@dalekelly.org [11-18-14 18:37]:
  On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote:
   I use nano which I think is the default editor in Ubuntu.
   I have this in my .muttrc file:
   
   set wrap=78
   set smart_wrap
   set editor=nano -r 75
   
   and it seems to work well.
  
  this works for things I copy/cut and paste, but typing does
  not yet wrap, a $ comes up, then when I receive the message
  a + is in front of the line where it is wrapped
  
  thanks
  
  
   
   On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:
   seem to have line wrap problems with
   nano and vi(vim?)
   
   how can I fix this or use gedit,emacs
   
   thanks
   
   -- 
   (my whereabouts below)
   http://www.dalekelly.org
   
   -- 
   John
   
  
  -- 
  (my whereabouts below)
  http://www.dalekelly.org
 
 What do you suppose causes that to happen?

no setting in config file, or setting in config file I
have to change


 
 -- 
 (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
 http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
 http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
 Registered Linux User #207535@ http://linuxcounter.net
 

-- 
(my whereabouts below)
http://www.dalekelly.org


sending to fastmail with mutt

2014-11-18 Thread Tom Fowle
Havn't been able to send mail through fastmail.fm from mutt for a year,
went through it all on list back in august, nothing worked.
Gave up as don't need to send much, and can just barely manage the
fastmail
web mail.

Recently looked at the smtp settings and problem again, and notice that
when
I attempt
to send I get
connecting to fastmail.fm
could not connect to fastmail.fm, connection refused.

Below are I hope appropriate lines from my .muttrc.

Questions:
Should it not be sending to mail.messagingengine.com?
and if yes, what may be wrong with my configuration?

This is a package installed with debian wheezy
has all the appropriate compile options.
Am I correct that with smtp server specified, I don't need to point at
sendmail?

Sorry with -d3 command line option set, I don't appear to get debug
files.

libsasl2 is installed.
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 imap_pass = $my_pass
#
set smtp_url =smtps://$my_user:$my_pass@$my_smtp_server:465

Must be some simple error I'm just overlooking, I hope.
thanks


  Tom Fowle
  wa6iv...@fastmail.fm