Jonathan Nieder wrote: > [Segmentation fault.] > > | (gdb) bt full > | #0 mx_update_context (ctx=0x71c390, > | new_messages=<value optimized out>) at ../mx.c:1650 > | h = 0x0 > | msgno = 201
| (gdb) p msgno | $2 = 201 | (gdb) p ctx->hdrs[200] | $3 = (HEADER *) 0x803950 | (gdb) p ctx->hdrs[201] | $4 = (HEADER *) 0x0 | (gdb) p ctx->msgcount | $5 = 203 Looking at the disassembly, this is right before a crypt_query call: h->security = crypt_query (h->content); | $ cat ~/.mutt/muttrc | set smtp_url=smtps://jrnie...@gmail.com@smtp.gmail.com/ | set folder=imaps://jrnie...@gmail.com@imap.gmail.com/ | set spoolfile==INBOX | set header_cache=~/.mutt/cache/headers | set message_cachedir=~/.mutt/cache/bodies | set certificate_file=~/.mutt/certificates | set pgp_auto_decode | set move=no | set mime_forward=yes | set mime_forward_rest=yes | set tmpdir=~/.mutt/tmp | set send_charset=us-ascii:utf-8 | set noallow_8bit -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org