Changeset 1516:b26d80b098f3 for attach.c

Show
Ignore:
Timestamp:
2000-02-10 11:46:06 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

PGP-cleanup patch from Roland Rosenfeld. Thanks!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r1433 r1516  
    2929#include "mx.h" 
    3030 
    31 #ifdef _PGPPATH 
     31#ifdef HAVE_PGP 
    3232#include "pgp.h" 
    3333#endif 
     
    378378   
    379379  is_message = mutt_is_message_type(a->type, a->subtype); 
    380 #ifdef _PGPPATH 
     380#ifdef HAVE_PGP 
    381381  if (is_message && a->hdr && (a->hdr->pgp & PGPENCRYPT) && !pgp_valid_passphrase()) 
    382382    return (rc); 
    383 #endif /* _PGPPATH */ 
     383#endif /* HAVE_PGP */ 
    384384  use_mailcap = (flag == M_MAILCAP || 
    385385                (flag == M_REGULAR && mutt_needs_mailcap (a)));