Changeset 358:19c7526b4ac9 for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r356 r358 27 27 #include "copy.h" 28 28 #include "mx.h" 29 30 #ifdef _PGPPATH 31 #include "pgp.h" 32 #endif 29 33 30 34 #include <ctype.h> … … 252 256 253 257 is_message = mutt_is_message_type(a->type, a->subtype); 258 #ifdef _PGPPATH 259 if (is_message && (a->hdr->pgp & PGPENCRYPT) && !pgp_valid_passphrase()) 260 return (rc); 261 #endif /* _PGPPATH */ 254 262 use_mailcap = (flag == M_MAILCAP || 255 263 (flag == M_REGULAR && mutt_needs_mailcap (a)));
