Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4616:62e3c2f387b1
for
headers.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
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
headers.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
headers.c
r4343
r4616
185
185
&&ascii_strncasecmp ("pgp:", cur->data, 4) == 0)
186
186
{
187
msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0
);
187
msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0
, APPLICATION_PGP
);
188
188
if (msg->security)
189
189
msg->security |= APPLICATION_PGP;
Download in other formats:
Unified Diff
Zip Archive