[PATCH] MTD: mtdconcat NAND/Sibley support (revised)

Jörn Engel joern at wohnheim.fh-wedel.de
Tue May 16 02:43:59 EDT 2006


On Tue, 16 May 2006 10:34:12 +0400, Alexander Belyakov wrote:
> 
> One of my mailers corrupts headers, so messages are rejected by MTD list 
> admin. Another one deals with headers, but converts tabs to whitespaces. 
> And I don't know how to fix them at the moment. Sorry.
> 
> So I'm attaching patch file to this message to be sure it will not get 
> corrupted.

I heard a lot of people are fairly happy with their gmail account for
mailing list usage.  If you want to try it, you can have an invitation
from me.  My personal setup is to use mutt.  Text mailers are not
everyones cup of tea, but they tend to just work.

There are three cases of whitespace corruption left.  If you're using
vim, you could add this to your .vimrc:

" Private macros
highlight RedundantSpaces ctermbg=red guibg=red
match RedundantSpaces /\s\+$\| \+\ze\t/
syntax on

It will highlight them to you.

Jörn

-- 
Optimizations always bust things, because all optimizations are, in
the long haul, a form of cheating, and cheaters eventually get caught.
-- Larry Wall 




More information about the linux-mtd mailing list