Mihai Popescu <mih...@gmail.com> wrote: > I use to read lists in marc.info. > It is a little bit off topic, but I dare to ask: what combination are > you using, like email client and misc@ configuration( i.e, daily > digest, individual emails, etc.)?
I'm reading on marc.info using Chrome. Here's a quick tip to read the base64 encoded emails on the web: 1. Copy full b64 text block 2. Open javascript console (ctrl+shift+J) 3. atob(`<paste text block>`) // <-- note the backticks 4. ???? 5. Profit! -- -alfred