Changeset 3761:cc9ebe030386
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3729
|
r3761
|
|
| 135 | 135 | |
| 136 | 136 | if ((WithCrypto & APPLICATION_PGP)) |
| 137 | | if ((msg->security & (ENCRYPT | SIGN))) |
| | 137 | if ((msg->security & APPLICATION_PGP) |
| | 138 | && (msg->security & (ENCRYPT | SIGN))) |
| 138 | 139 | { |
| 139 | 140 | if ((msg->security & INLINE)) |