Hi Vivek,
In fedora list is encoded by base64, now when I try to save it as patch in mutt, the content is meaningless. I can't use 'git am' to apply the saved patch. Could you please check and change it? I think if base64 is set, it's unnecessary for fedora kexec mailing list.
In other mailing list, like kdump, the charset is us-ascii. Content-Type: text/plain; charset=us-ascii
in fedora kexec list, the charset is utf-8, and is encoded. Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64
On Fri, Aug 02, 2013 at 02:14:16PM +0800, Baoquan He wrote:
Hi Vivek,
In fedora list is encoded by base64, now when I try to save it as patch in mutt, the content is meaningless. I can't use 'git am' to apply the saved patch. Could you please check and change it? I think if base64 is set, it's unnecessary for fedora kexec mailing list.
In other mailing list, like kdump, the charset is us-ascii. Content-Type: text/plain; charset=us-ascii
in fedora kexec list, the charset is utf-8, and is encoded. Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64
Hi Bao,
I have looked at various mailing list options available to admin and I can't find anything which allows me to change this behavior.
A quick internet search also does not tell me how to change it.
Shouldn't the mail client automatically decode message for you. Which mail client are you using and how are you saving messages/patches.
I use mutt to save patch and it seems to decode it fine.
There also seems to be this utility "base64" to encode/decode messages. May be try it to decode base64 message you have and then apply it.
Thanks Vivek
Hi Vivek,
It seems all mailing lists on fedoraproject.org take base64 encoding by default. Now I am using mutt as mail client, I searched mutt help and found decode-copy works for me. Thanks for your help.
Baoquan Thanks a lot
On 08/02/13 at 09:10am, Vivek Goyal wrote:
On Fri, Aug 02, 2013 at 02:14:16PM +0800, Baoquan He wrote:
Hi Vivek,
In fedora list is encoded by base64, now when I try to save it as patch in mutt, the content is meaningless. I can't use 'git am' to apply the saved patch. Could you please check and change it? I think if base64 is set, it's unnecessary for fedora kexec mailing list.
In other mailing list, like kdump, the charset is us-ascii. Content-Type: text/plain; charset=us-ascii
in fedora kexec list, the charset is utf-8, and is encoded. Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64
Hi Bao,
I have looked at various mailing list options available to admin and I can't find anything which allows me to change this behavior.
A quick internet search also does not tell me how to change it.
Shouldn't the mail client automatically decode message for you. Which mail client are you using and how are you saving messages/patches.
I use mutt to save patch and it seems to decode it fine.
There also seems to be this utility "base64" to encode/decode messages. May be try it to decode base64 message you have and then apply it.