On Tue, Oct 02, 2007 at 10:33:13AM +0100, David Restall - System Administrator wrote: > every now and then I get an email and I want to reply. I save the > message and edit it using vim. The text, instead of having spaces > in it has =20 (equal sign two zero in case that gets interpreted), this > equals escape sequence isn't always followed by 20, it can have other > characters or just be at the end of a line for example.
This is called "quoted-printable" encoding, in case that helps you find a tool to decode it. (As somebody else pointed out, mutt does this automatically.) -- Colin Watson [EMAIL PROTECTED] -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/
