Show
Ignore:
Timestamp:
2006-04-20 09:46:49 (3 years ago)
Author:
Moritz.Schulte@…
Branch:
HEAD
Message:

Make mutt_parse_crypt_hdr more SMIME-aware.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • headers.c

    r4343 r4616  
    185185             &&ascii_strncasecmp ("pgp:", cur->data, 4) == 0) 
    186186    { 
    187       msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0); 
     187      msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0, APPLICATION_PGP); 
    188188      if (msg->security) 
    189189        msg->security |= APPLICATION_PGP;