Show
Ignore:
Timestamp:
2004-08-30 13:10:10 (4 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Only print additional information related to PGP in case the current
message is indeed to be encrypted/signed with PGP.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r3729 r3761  
    135135 
    136136  if ((WithCrypto & APPLICATION_PGP)) 
    137     if ((msg->security & (ENCRYPT | SIGN))) 
     137    if ((msg->security & APPLICATION_PGP)  
     138        && (msg->security & (ENCRYPT | SIGN))) 
    138139    { 
    139140      if ((msg->security & INLINE))