[PATCH] fix for convert extension issue3469
Mads Kiilerich
mads at kiilerich.com
Mon Aug 20 10:43:59 UTC 2012
On 20/08/12 12:01, Laurens Holst wrote:
> Op 20-08-12 08:48, Lawrence Stewart schreef:
>> I can see from [1] that setting "Content-Disposition: inline" seems
>> to have done the trick (as compared to my original email at [2]), so
>> I'm going to declare victory against Thunderbird's convoluted means
>> for controlling attachment inlining (which, for reference, requires
>> you to go into the Thunderbid config editor and change
>> mail.content_disposition_type to 0).
>
> Nope it didn’t do the trick; when I reply to your mail, it does not
> quote the patch. The reason for inlining patches as opposed to
> attaching (with or without content-disposition inline) is that it is
> more convenient to write review comments.
Compare also with the options of 'hg email':
http://www.selenic.com/pipermail/mercurial-devel/2012-May/040639.html
was sent like 'email --attach' ("send patches as attachments")
http://www.selenic.com/pipermail/mercurial-devel/2012-August/043632.html
was sent like 'email --inline' ("send patches as inline attachments")
We prefer like 'email --body' ("send patches as inline message text
(default)")
/Mads
More information about the Mercurial-devel
mailing list