Re: Protected headers in notmuch

2018-07-24 Thread David Bremner
Daniel Kahn Gillmor writes: > Traditionally, encrypted and signed e-mail covers only the body of the > message. New standards are emerging that are capable of protecting > the headers as well. In particular, Enigmail and an upcoming version > of K-9 mail both use the "Memory Hole" approach to e

Re: Handling mislabeled emails encoded with Windows-1252

2018-07-24 Thread Sebastian Poeplau
Hi Jeff, > GMime actually comes with a stream filter (GMimeFilterWindows) which can > auto-detect this situation. > > In this particular case, you'd instantiate the GMimeFilterWindows like this: > > filter = g_mime_filter_windows_new ("iso-8859-1"); > > "iso-8859-1" being the charset that the con

Re: Handling mislabeled emails encoded with Windows-1252

2018-07-24 Thread Jeffrey Stedfast
Hi all (sent his to David already using Reply instead of Reply-All, d'oh!), GMime actually comes with a stream filter (GMimeFilterWindows) which can auto-detect this situation. In this particular case, you'd instantiate the GMimeFilterWindows like this: filter = g_mime_filter_windows_new ("iso-

Re: Handling mislabeled emails encoded with Windows-1252

2018-07-24 Thread Sebastian Poeplau
Hi again, >> Everyone's mail situation is unique, but I haven't noticed this >> problem. Do you have a mechanical (e.g. scripted) way of detecting such >> mails? I suppose it could just look for characters in the range 0x80 to >> 0x95 in allegedly ISO_8859-1 messages. A census of the situation in

Removing notmuch-wash-excerpt-citations from hook breaks fontlocking

2018-07-24 Thread Sean Whitton
Hello, Steps to reproduce: 1. emacs -q 2. M-x load-library notmuch RET 3. M-x customize-variable notmuch-show-insert-text/plain-hook RET 4. Untick notmuch-wash-excerpt-citations 5. Open notmuch-show on a message Expected result: Quoted text is fontlocked, i.e. a different colour to body tex

Re: how to search for Morse code?

2018-07-24 Thread Ben Oliver
On 18-07-23 15:16:07, Ben Oliver wrote: On 18-07-23 14:20:41, Gregor Zattler wrote: Hello, today I searched for emails containing -... --- .-. . -.. ..--.. ...-.- Heh I suppose the problem is that xapian won't take two periods ".." even in quotes. I asked on their IRC about how to escap

Re: Handling mislabeled emails encoded with Windows-1252

2018-07-24 Thread Sebastian Poeplau
Hi David, > Everyone's mail situation is unique, but I haven't noticed this > problem. Do you have a mechanical (e.g. scripted) way of detecting such > mails? I suppose it could just look for characters in the range 0x80 to > 0x95 in allegedly ISO_8859-1 messages. A census of the situation in my >