Show
Ignore:
Timestamp:
2005-08-01 13:06:41 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Don't report PGP signature could not be verified unless there really is
a signature verification problem (not some other PGP error).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r4100 r4108  
    201201      else if (cur->security & PARTSIGN) 
    202202        mutt_message (_("Warning: Part of this message has not been signed.")); 
    203       else 
     203      else if (cur->security & SIGN) 
    204204        mutt_message (_("PGP signature could NOT be verified.")); 
    205205    }