Re: wrong charset (fwd)

2009-05-19 Thread Luis A. Florit
> On Saturday, May 16 at 10:54 AM, quoth Luis A. Florit: > > My problem is with iso-8859-1. They seems to understand only UTF-8. > > Yup. Well, I guess at this point the question boils down to: what's > wrong with using UTF-8 for displaying things on the Nokia? That ISO-88

Re: wrong charset

2009-05-16 Thread Luis A. Florit
* El 12/05/09 a las 13:27, Kyle Wheeler chamullaba: > On Tuesday, May 12 at 02:56 PM, quoth Luis A. Florit: > > I did it, and mutt sets charset=utf-8. > > On the Nokia? Then the Nokia's locales must all be UTF-8-only. > > > Because ':set ?charset'

Re: wrong charset

2009-05-14 Thread Luis A. Florit
* El 11/05/09 a las 1:04, Derek Martin chamullaba: > On Thu, May 07, 2009 at 09:40:00PM -0300, Luis A. Florit wrote: > > 1) why ?charset=utf-8 if I am working in a ISO-8859-1 xterm? > > How do you know that the xterm *is* ISO-8859-1? This is what I said in my last email:

Re: wrong charset

2009-05-14 Thread Luis A. Florit
* El 11/05/09 a las 1:04, Derek Martin chamullaba: > On Thu, May 07, 2009 at 09:40:00PM -0300, Luis A. Florit wrote: > > 1) why ?charset=utf-8 if I am working in a ISO-8859-1 xterm? > > How do you know that the xterm *is* ISO-8859-1? Good question... :o) I wrote that because o

Re: wrong charset

2009-05-14 Thread Luis A. Florit
* El 11/05/09 a las 0:49, Derek Martin chamullaba: > On Fri, May 08, 2009 at 06:08:26PM -0300, Luis A. Florit wrote: > > The only thing in my .muttrc is 'set charset=//TRANSLIT'. But no > > matter how I change that, the result is always utf-8. > > Let's s

Re: wrong charset

2009-05-13 Thread Luis A. Florit
* El 09/05/09 a las 16:09, Jussi Peltola chamullaba: > I use mutt on a Nokia N810 over ssh. The xterm in mine, having selected > English as the language in the GUI and not having fiddled with locales > manually, uses UTF-8. The locales provided with the machine are named > fi_FI, en_GB, etc. but t

Re: wrong charset

2009-05-12 Thread Luis A. Florit
* El 08/05/09 a las 17:47, Kyle Wheeler chamullaba: > On Friday, May 8 at 06:08 PM, quoth Luis A. Florit: > > > > But I have three charsets: > > > > > > > > $charset=//TRANSLIT > > > > ?charset=utf-8 > > > > > > What? That does

Re: wrong charset

2009-05-08 Thread Luis A. Florit
* El 07/05/09 a las 23:24, Kyle Wheeler chamullaba: > On Thursday, May 7 at 09:40 PM, quoth Luis A. Florit: > > > On Monday, May 4 at 05:05 PM, quoth Luis A. Florit: > > > > I use a ISO-8859-1 encoded xterm in maemo, but :set ?charset > > > > gives me

Re: wrong charset

2009-05-07 Thread Luis A. Florit
Hi, Sorry for the delay, but for some reason I didn't get the answer to my post in my email. > On Monday, May 4 at 05:05 PM, quoth Luis A. Florit: > > I use a ISO-8859-1 encoded xterm in maemo, but :set ?charset > > gives me charset="utf-8". > > Are you

wrong charset

2009-05-04 Thread Luis A. Florit
Hi, I am having a silly problem with charset in mutt (yeah, that ooold subject), perhaps someone here knows the answer. I use a ISO-8859-1 encoded xterm in maemo, but :set ?charset gives me charset="utf-8". I tried setting by hand LANG, LC_ALL, LC_CTYPE to pt_BR and such, but no luck. No,

Re: automatic SMTP server choice

2007-10-27 Thread Luis A. Florit
* El 21/10/07 a las 14:47, Rado S chamullaba: > =- Luis A. Florit wrote on Sun 21.Oct'07 at 10:34:02 -0200 -= > > > I have two SMTP servers configured. I usually use one, but I would > > like mutt to choose the second if the first fails. AFAIK, this is > > not curr

automatic SMTP server choice

2007-10-21 Thread Luis A. Florit
Hi, I have two SMTP servers configured. I usually use one, but I would like mutt to choose the second if the first fails. AFAIK, this is not currently possible for mutt (am I correct?), but would be a nice addition for 1.6. Thanks, L.

Re: Invalid domain name

2007-07-02 Thread Luis A. Florit
* El 28/06/07 a las 18:39, Michael Tatge chamullaba: > * On Wed, Jun 27, 2007 Luis A. Florit ([EMAIL PROTECTED]) muttered: > > I am using the built-in SMTP. When I try to send an email > > changing the 'From', for example, using this sendhook: > > > > send

Invalid domain name

2007-06-27 Thread Luis A. Florit
unset hostname ; set signature= ; my_hdr Reply-to: [EMAIL PROTECTED] ; my_hdr From: "Luis A. Florit" <[EMAIL PROTECTED]>' I always get the same error message in mutt: SMTP session failed: 501 5.0.0 Invalid domain name and the message is not delivered. I have '

Re: smtp and tls (2)

2007-05-08 Thread Luis A. Florit
I solved the issue. I will post the solution here for the people that have the same problem: 1) Need to compile mutt with SASL (and smtp and ssl, of course): ./configure --enable-pop --enable-imap --enable-smtp --with-sasl --with-ssl 2) Add the following to your .muttrc: set smtp_authenticators

Re: smtp and tls (2)

2007-05-07 Thread Luis A. Florit
> ssl compiled into mutt? > > j Yes: ./configure --enable-pop --enable-imap --enable-smtp --with-ssl --prefix=/opt/mutt L. > On Mon, May 07, 2007 at 12:18:38AM -0300, it looks like Luis A. Florit sent > me: > > > Pals, > > > > > > I am

smtp and tls (2)

2007-05-06 Thread Luis A. Florit
> Pals, > > I am trying to use the new SMTP capabilities in mutt 1.5.15. > Currently, I am using msmtp to an account configured like this: > > host smtp.mydomian.com > port 587 > maildomain mydomian.com > dsn_notify off > dsn_return off > tls on > auth plain > us

smtp and tls

2007-05-06 Thread Luis A. Florit
Pals, I am trying to use the new SMTP capabilities in mutt 1.5.15. Currently, I am using msmtp to an account configured like this: host smtp.mydomian.com port 587 maildomain mydomian.com dsn_notify off dsn_return off tls on auth plain user me password passw