【背景】
之前折腾:
【记录】再次去回复crossgcc邮件列表中的关于cygwin下编译crosstool-ng失败的帖子
期间,发现一个bug:
当你新建一个邮件,填写了自定义的header,比如In-Reply-To和References,都填上值:
然后保存并关闭;
下一次重新打开此草稿邮件时,之前那些自定义的一些header,都默认是不显示的:
即使你点击出来,显示出来了,但是原先的值,是看不到的。
【折腾过程】
1.此bug,导致了我在折腾:
【记录】再次去回复crossgcc邮件列表中的关于cygwin下编译crosstool-ng失败的帖子
期间,之前发的那个邮件,弄出来两个的References。
真是无语。。。
2 关于此点,貌似也有人已经发现了:
中的:
> editing a Draft does not recall the custom header in the UI even though it I see. Apparently they are temporarily available during composition and |
3.后来的后来,实际上,是可以参考:
去看其真正的Drafts中的内容的:
From - Sun Sep 01 17:38:50 2013 X-Mozilla-Status: 0011 X-Mozilla-Status2: 00000000 X-Mozilla-Keys: FCC: mailbox://admin%[email protected]/Sent X-Identity-Key: id3 X-Account-Key: account4 Message-ID: <[email protected]> Date: Sun, 01 Sep 2013 17:38:50 +0800 From: Crifan Li <[email protected]> X-Mozilla-Draft-Info: internal/draft; vcard=0; receipt=0; DSN=0; uuencode=0 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: crossgcc <[email protected]> CC: Aijaz Baig <[email protected]> Subject: Re: cannot build crosstool due to Makefile issues (mixed implicit and normal rules) References: <[email protected]> <CAOYrRwoi=BSa+iJcSWEWEA5dbU4zqoSM0N-hq2HHbM8odKyqiA@mail.gmail.com> In-Reply-To: <CAOYrRwoi=BSa+iJcSWEWEA5dbU4zqoSM0N-hq2HHbM8odKyqiA@mail.gmail.com> In-Reply-To: <CAOYrRwqd+Lk+1Sr1BEAQm+QzeX0TfQ2dE4wOPFqAmmFkypuYZw at mail dot gmail dot com> References: <CAEk6gTDG9Ncig0dstiPuP1N3_YQ+gVsAf9ZBNDUDa=77VWZD4Q@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 于 2013/8/31 12:56, Aijaz Baig 写道: > Thanks for the suggestion. I did this and yes it went past 'Installing > stage I compiler' stage. >
可见,此时,真正的内容中,是存在对应的自定义的头信息的。
并且,还由于之前就保存过一次In-Reply-To,加上刚才又弄了一次In-Reply-To,所以搞得都有了两个In-Reply-To了。
【总结】
总的来说,Thunderbird的这个,打开草稿邮件中的自定义的头信息不显示的问题,也属于比较坑爹的。
自己以后发邮件如果是包含了自定义头信息的话,则就要尽量保证,要么不填写自定义头信息,要填写,就填写正确,且及时发送,不要再保存在草稿里面了。
转载请注明:在路上 » 【记录】Thunderbird的bug:从草稿中恢复出来的邮件的自定义的(In-Reply-To和References等)头信息不显示