Re: SASL authentication failed

2013-02-18 Thread s. keeling
Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP config? I always get SASL authentication failed when sending message. Methinks your SMTP config needs work. Which SMTP are you using? If

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 4:06 PM, s. keeling keel...@nucleus.com wrote: Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP config? Most likely I need to fix my SMTP config. I always get SASL

Re: SASL authentication failed

2013-02-18 Thread s. keeling
Incoming from Mehturt: On Mon, Feb 18, 2013 at 4:06 PM, s. keeling keel...@nucleus.com wrote: Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP config? Most likely I need to fix my SMTP

Re: SASL authentication failed

2013-02-18 Thread Patrick Shanahan
* s. keeling keel...@nucleus.com [02-18-13 10:43]: Incoming from Mehturt: [...] I'm using the SMTP functionality built in mutt. Er, what? I'm not sure that exists (though I could be mistaken). mutt -v |grep SMTP -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG #

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 4:16 PM, Mehturt meht...@gmail.com wrote: On Mon, Feb 18, 2013 at 4:06 PM, s. keeling keel...@nucleus.com wrote: Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP

Re: SASL authentication failed

2013-02-18 Thread s. keeling
Incoming from Patrick Shanahan: * s. keeling keel...@nucleus.com [02-18-13 10:43]: Incoming from Mehturt: I'm using the SMTP functionality built in mutt. Er, what? I'm not sure that exists (though I could be mistaken). mutt -v |grep SMTP Exactly: +USE_POP +USE_IMAP

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 5:04 PM, s. keeling keel...@nucleus.com wrote: Incoming from Patrick Shanahan: * s. keeling keel...@nucleus.com [02-18-13 10:43]: Incoming from Mehturt: I'm using the SMTP functionality built in mutt. Er, what? I'm not sure that exists (though I could be

Re: People that CC mailing lists

2013-02-18 Thread Chris Bannister
On Sun, Feb 17, 2013 at 09:03:13PM +0100, Patrick Ben Koetter wrote: mutt, like vi and other command line programs, have an invisible user interface. One needs to internalize the interface in order to use it efficiently. If takes lots of time to learn such an interface and to become

Supporting readline editing in Mutt entry fields

2013-02-18 Thread Suvayu Ali
Hi, As far as I can tell, full readline editing features are not supported in Mutt entry fields (I know there is some basic support, but not everything). So I would like to try my hand at writing a patch to use readline. I looked at the source but felt rather lost, so I was hoping someone here

Re: SASL authentication failed

2013-02-18 Thread James Griffin
- Mehturt meht...@gmail.com [2013-02-18 14:14:41 +0100] - : I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I tried Mozilla Thunderbird, and the settings which work, are: Authentication method:

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 6:23 PM, James Griffin jmz.grif...@kode5.net wrote: - Mehturt meht...@gmail.com [2013-02-18 14:14:41 +0100] - : I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I tried Mozilla

Re: Supporting readline editing in Mutt entry fields

2013-02-18 Thread Michael Elkins
It has been a very long time since I looked at readline, but the time the problem was that readline wants control of drawing on the screen, which conflicts with mutt's use of the curses library. readline is more for line-oriented input than entire screen-oriented applications. You'd also

Re: SASL authentication failed

2013-02-18 Thread Torsten Flammiger
I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I use msmtp. A simple yet effective command line smtp utility. It works fine with SSL/TLS here .muttrc: set sendmail=/usr/bin/msmtp .msmtprc account default

Re: SASL authentication failed

2013-02-18 Thread Kevin J. McCarthy
Mehturt wrote: Yes, I'm using this already. The question is - is there an equivalent of Thunderbird's Normal Password and SSL/TLS? I'm using: set smtp_url=smtps://user:pass@host:465 And I tried smtp_authenticators set to plain and login, but it did not work. I can post .muttdebug* if

Highlight treads related to me

2013-02-18 Thread Marco
Hi, this is a followup to a question an older question¹ of mine. I successfully managed to highlight messages related to me. Since I use folding by default, I would like to highlight entire threads as well. I only see the highlighted messages when I unfold the thread. Is is possible to

Re: Highlight treads related to me

2013-02-18 Thread Gregor Zattler
Hi Marco, * Marco net...@lavabit.com [18. Feb. 2013]: Since I use folding by default, I would like to highlight entire threads as well. I only see the highlighted messages when I unfold the thread. Is is possible to highlight each message in a thread - or alternatively highlight the first

Re: Highlight treads related to me

2013-02-18 Thread Marco
On 2013–02–18 Marco wrote: Since I use folding by default, I would like to highlight entire threads as well. I only see the highlighted messages when I unfold the thread. Note: The message highlighting described in the other thread works fine for threads I started. This question is about

Re: Highlight treads related to me

2013-02-18 Thread s. keeling
Incoming from Marco: Hi, :-) this is a followup to a question an older question¹ of mine. I successfully managed to highlight messages related to me. Thanks for that. I'd no idea mutt can do this: set my_pat=color index green default \~p | ~b 'Marco|netuse' | ~s 'Marco|netuse'\