public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Gmail and flowed text (was Re: Correction to LZO1X)
@ 2007-07-11 13:36 Satyam Sharma
  2007-07-11 13:41 ` Jesper Juhl
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Satyam Sharma @ 2007-07-11 13:36 UTC (permalink / raw)
  To: Nitin Gupta; +Cc: linux-kernel

[ off the original topic, Cc: list trimmed ]

On 7/11/07, Nitin Gupta <nitingupta910@gmail.com> wrote:
> [...]
>  #define LZO1X_MEM_COMPRESS     (16384 * sizeof(unsigned char *))
>  #define LZO1X_1_MEM_COMPRESS   LZO1X_MEM_COMPRESS
>
> -#define lzo1x_worst_compress(x) (x + (x / 64) + 16 + 3)
> +#define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3)
>
>  /* This requires 'workmem' of size LZO1X_1_MEM_COMPRESS */
>  int lzo1x_1_compress(const unsigned char *src, size_t src_len,

And yet another patch falls victim to format=flowed ...

I need some ideas here myself:

I don't want to subscribe from my university mail account -- I like
to keep important messages on server, and the account has a
100 MB or so limit that wouldn't survive a week of lkml traffic.

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.

I use Paul Jackson's wonderful "sendpatchset" script (when sending
patches that start new threads), but it's frustrating not to be able to
reply to existing threads with patches from Gmail itself (from which I
have subscribed to lkml).

I suspect others must have come across this ... any suggestions?

Satyam

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-07-13 14:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-11 13:36 Gmail and flowed text (was Re: Correction to LZO1X) Satyam Sharma
2007-07-11 13:41 ` Jesper Juhl
2007-07-11 13:52   ` Gerb Stralko
2007-07-11 14:24     ` Satyam Sharma
2007-07-11 15:11       ` Satyam Sharma
2007-07-11 15:15         ` Gerb Stralko
2007-07-11 14:03 ` Jasper Spaans
2007-07-11 14:51 ` Gmail and flowed text Sergei Organov
2007-07-11 15:21 ` Gmail and flowed text (was Re: Correction to LZO1X) Christoph Hellwig
2007-07-11 21:05   ` Alistair John Strachan
2007-07-13  4:34     ` Dave Young
2007-07-13  9:04 ` Tilman Schmidt
2007-07-13  9:42   ` Paolo Ciarrocchi
2007-07-13 12:29     ` Nitin Gupta
2007-07-13 14:21     ` Rene Herman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox