lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Jul 2007 04:34:23 +0000
From:	"Dave Young" <hidave.darkstar@...il.com>
To:	"Alistair John Strachan" <alistair@...zero.co.uk>
Cc:	"Christoph Hellwig" <hch@...radead.org>,
	"Satyam Sharma" <satyam.sharma@...il.com>,
	"Nitin Gupta" <nitingupta910@...il.com>,
	linux-kernel@...r.kernel.org
Subject: Re: Gmail and flowed text (was Re: Correction to LZO1X)

>On 7/11/07, Alistair John Strachan <alistair@...zero.co.uk> wrote:
> On Wednesday 11 July 2007 16:21:44 Christoph Hellwig wrote:
> > On Wed, Jul 11, 2007 at 07:06:23PM +0530, Satyam Sharma wrote:
> > > Which leaves Gmail, but Gmail has the flowed text disease (that
> > > cannot be disabled) and although Gmail offers SMTP/POP, our evil
> > > proxy/NAT setup here wouldn't let me make any use of it to access
> > > it from some other MUA such as pine/mutt.
> >
> > Given the amount of google people here maybe someone can get this
> > piece of junk called gmail fixed?  If google claims they're not
> > evil they should stop sending broken patches around..
>
> It'd be nice if they stopped mangling headers too (spaces->tabs).
>
Yes, it's boring for gmail users, I generally read messages from gmail
web pages, and send patches via mutt with ssmtp.
1. write ~/.mutt/ssmpt.conf as follows:
mailhub=smtp.gmail.com:587
UseSTARTTLS=YES
UseTLS=YES
AuthUser=yourid@...il.com
AuthPass=***
FromLineOverride=YES

2. write ~/.mutt/ssmpt script:
#!/bin/sh
/usr/sbin/ssmtp -C ~/.mutt/ssmtp.conf $@

3.add the follow line to ~/.mutt/muttrc
set sendmail="~/.mutt/ssmtp"

Regards
dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ