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

More fiddling with PGP results. When rerunning PGP on a message, clear
old security result bits to avoid confusing messages like 'decrypt failed;
PGP signature successfully verified'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r4108 r4129  
    167167  { 
    168168    /* update crypto information for this message */ 
     169    cur->security &= ~(GOODSIGN|BADSIGN); 
    169170    cur->security |= crypt_query (cur->content); 
    170171