Show
Ignore:
Timestamp:
2002-01-28 14:30:09 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Add ~V to match successfully verified messages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r2806 r2823  
    174174 
    175175#if defined(HAVE_PGP) || defined(HAVE_SMIME) 
    176   /* update PGP information for this message */ 
     176  /* update crypto information for this message */ 
    177177  cur->security |= crypt_query (cur->content); 
    178  
     178   
     179  /* Remove color cache for this message, in case there 
     180     are color patterns for both ~g and ~V */ 
     181  cur->pair = 0; 
    179182#endif 
    180183