On Thu, Dec 08, 2016 at 05:30:35PM +0100, Vincent Lefevre wrote:
> The hangs is due to this big Cc and the "subscribe" / "lists" commands
> in my muttrc.

Hi Vincent,

I'm assuming your $index_format contains %L, and that's the problem.  If
you change %L to %F does the problem go away?

Looking at the code, I don't see anything right away to make it more
efficient.  It's looping through each recipient, and matching against
all the unlists, unsubscribe, and then subscribe regexps.

You might try tightening those regexps up if possible (leading ^ and
trailing $, and using \\. instead of .).

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to