Changeset 2823:8d5519e0783c for commands.c
- Timestamp:
- 2002-01-28 14:30:09 (7 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r2806 r2823 174 174 175 175 #if defined(HAVE_PGP) || defined(HAVE_SMIME) 176 /* update PGPinformation for this message */176 /* update crypto information for this message */ 177 177 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; 179 182 #endif 180 183
