Changeset 4108:3e975e7716e4 for commands.c
- Timestamp:
- 2005-08-01 13:06:41 (3 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r4100 r4108 201 201 else if (cur->security & PARTSIGN) 202 202 mutt_message (_("Warning: Part of this message has not been signed.")); 203 else 203 else if (cur->security & SIGN) 204 204 mutt_message (_("PGP signature could NOT be verified.")); 205 205 }
