Faster message body searching

Kevin J. McCarthy kevin at 8t8.us
Fri Aug 20 21:16:32 UTC 2021


On Sat, Aug 21, 2021 at 01:49:27AM +0530, Chinmaya Nagpal wrote:
>Is there any way to make it faster to do ~b limits in maildir mailboxes?

$thorough_search, set by default, decodes each message before searching 
through it.  You most likely want to do this, but it does slow the 
searching down.

Each message is decoded to a temp file.  You might see some speedup by 
setting $tmpdir to memory, e.g. "/dev/shm", during the search.

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mutt.org/pipermail/mutt-users/attachments/20210820/c535f15b/attachment-0001.asc>


More information about the Mutt-users mailing list