Re: Apple mail
- To: mutt-users@xxxxxxxx
- Subject: Re: Apple mail
- From: Sertaç Ö. Yıldız <sertac.liste@xxxxxxxxx>
- Date: Tue, 15 May 2007 20:40:52 +0300
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; b=Mmtb2LeJleGeg4JNvqfP2zT2lMyaMAM4mG38DDTZpdgm3349jsYXM7DfvqWZjX6qMf5e1+842LHrB9ua3FN/BV60r9BPq15vXY0a9Ro8JcPgvUQEVR9i0E3vRTasW0sEDAgFtmSpaUvUMXab1FG7uqPwO1KKjA/u4QGoBeSkwuA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; b=TCqLUISWM59vEqJgCh7iVNXbFhvN5Vfiq7YuZvmB3R6mv3rqgZf7NEoc9ZQT+T3Om7/dgyl9HbdMAnzHSQTIMphnq/kzSG0Y3CyuwbHfubtwXXQppA1fuwB9PcSAlYIXmZiVCkdX0jnNFjBjIhEzmynaC/JvIeKg3Hp98svymLE=
- In-reply-to: <20070515071406.GA2520@SALTERDUKE2>
- List-unsubscribe: <mailto:mutt-users-request@mutt.org?body=unsubscribe>
- Mail-followup-to: mutt-users@xxxxxxxx
- References: <20070515071406.GA2520@SALTERDUKE2>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.15cvs (2007-04-24)
[15.May.07 17:14 +1000] Brian Salter-Duke:
Could anyone suggest the best way to cleanup this sort of mail? I have
recently received two from different people. It is a mess. The html is
not an attachment.
Mail minus headers follows
Assuming the appropriate headers were present in the original mail, the
problem is with the text/plain part:
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
delsp=yes;
format=flowed
Content-Transfer-Encoding should be “quoted-printable” and charset is
iso-8859-1, not ascii. Also the quotation is not properly flowed (in
both parts) but it does not affect readability that much.
Does it look better if you change these?
You can change the content-type with the <edit-type> function from mutt.
But I don’t know how to change the transfer-encoding without editing the
raw message.
--
~sertaç