Changeset 668:5f5a3421faaa for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r636 r668 315 315 is_message = mutt_is_message_type(a->type, a->subtype); 316 316 #ifdef _PGPPATH 317 if (is_message && (a->hdr->pgp & PGPENCRYPT) && !pgp_valid_passphrase())317 if (is_message && a->hdr && (a->hdr->pgp & PGPENCRYPT) && !pgp_valid_passphrase()) 318 318 return (rc); 319 319 #endif /* _PGPPATH */
