realpine / alpine

Alpine is a text-based email client, friendly for novices yet powerful.
Apache License 2.0
35 stars 12 forks source link

Searching for "my addresses" takes a while #21

Open geofft opened 11 years ago

geofft commented 11 years ago

Against MIT's (aging) install of Cyrus imapd, searching for messages whose participants are "[Match_My_Addresses]" (Ctrl-Y) takes a lot longer than searching for messages whose participants are a fixed string, and I think a lot longer than broadening that search to another fixed string.

paulproteus commented 10 years ago

Can you figure out what IMAP query is being sent? It's possible there's a more efficient way to do it.

Debug log would be super useful for this (or reading the actual code, but I think a debug log would be speedier).