On Mon, Jan 17 2022, Adam Sjøgren wrote: > Roland writes: >> What is the recommended way for dealing with mime-encoded headers when >> splitting mail? > > I use this: > > ; Decode headers before splitting on them: > (setq nnmail-mail-splitting-decodes t)
Thanks, that was exactly what I was looking for.